#7855D4

Color #7855D4 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7855D4

Tints of Slate Blue #7855D4

Color information

#7855D4 (or 0x7855D4) is unknown color: approx Slate Blue. HEX triplet: 78, 55 and D4. RGB value is (120,85,212). Sum of RGB (Red+Green+Blue) = 120+85+212=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 212 (83.20% from 255 or 50.84% from 417); Max value from RGB is 212 - color contains mainly: blue. Hex color #7855D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7855D4 is #87AA2B. Grayscale: #6D6D6D. Windows color (decimal): -8890924 or 13915512. OLE color: 13915512.

HSL color Cylindrical-coordinate representation of color #7855D4: hue angle of 256.54º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7855D4 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB12085212-
CMYK0.430.6000.17
HSL256.54º59.62%58.24%-
HSV(B)256.54º59.91%83.14%-
XYZ22.8815.2464.02-
YUV109.94185.6135.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 28.78%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 212 (83.20% from 255) = 50.84%
R=28.78%
G=20.38%
B=50.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal120852120.430.6000.17256.5459.6258.24
Hex7855D42B3C0111013c3a
Octal17012532453740214017472
Binary1111000101010111010100101011111100010001100000001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7855D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7855D4; }

 p { color: rgb(120,85,212); }

 H1.HeaderClassName
 {
   color: #7855D4;
 }
 .AnyTagClassName
 {
   color: #7855D4;
 }
</style>
background-color css

<style>
 a { background-color: #7855D4; }

 a { background-color: rgb(120,85,212); }

 div.DivClassName
 {
   background-color: #7855D4;
 }
 .BgClassName
 {
   background-color: #7855D4;
 }
</style>
border-color css

<style>
 span { border-color: #7855D4; }

 span { border-color: rgb(120,85,212); }

 td.TdClassName
 {
   border-color: #7855D4;
 }
 .TagClassName
 {
   border-color: #7855D4;
 }
</style>