#7855CA

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

Shades of Slate Blue #7855CA

Tints of Slate Blue #7855CA

Color information

#7855CA (or 0x7855CA) is unknown color: approx Slate Blue. HEX triplet: 78, 55 and CA. RGB value is (120,85,202). Sum of RGB (Red+Green+Blue) = 120+85+202=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #7855CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7855CA is #87AA35. Grayscale: #6C6C6C. Windows color (decimal): -8890934 or 13260152. OLE color: 13260152.

HSL color Cylindrical-coordinate representation of color #7855CA: hue angle of 257.95º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7855CA is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12085202-
CMYK0.410.5800.21
HSL257.95º52.47%56.27%-
HSV(B)257.95º57.92%79.22%-
XYZ21.6514.7557.58-
YUV108.8180.6135.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.48%
GREEN value IS 85 (33.59% from 255) = 20.88%
BLUE value IS 202 (79.30% from 255) = 49.63%
R=29.48%
G=20.88%
B=49.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal120852020.410.5800.21257.9552.4756.27
Hex7855CA293A0151023438
Octal17012531251720254026470
Binary1111000101010111001010101001111010010101100000010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7855CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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