#875CFF

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

Shades of Light Slate Blue #875CFF

Tints of Light Slate Blue #875CFF

Color information

#875CFF (or 0x875CFF) is unknown color: approx Light Slate Blue. HEX triplet: 87, 5C and FF. RGB value is (135,92,255). Sum of RGB (Red+Green+Blue) = 135+92+255=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #875CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875CFF is #78A300. Grayscale: #7A7A7A. Windows color (decimal): -7906049 or 16735367. OLE color: 16735367.

HSL color Cylindrical-coordinate representation of color #875CFF: hue angle of 255.83º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #875CFF is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB13592255-
CMYK0.470.6400
HSL255.83º100%68.04%-
HSV(B)255.83º63.92%100%-
XYZ31.8720.0396.79-
YUV123.44202.25136.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.01%
GREEN value IS 92 (36.33% from 255) = 19.09%
BLUE value IS 255 (100% from 255) = 52.90%
R=28.01%
G=19.09%
B=52.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal135922550.470.6400255.8310068.04
Hex875CFF2F40001006444
Octal2071343775710000400144104
Binary1000011110111001111111110111110000000010000000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875CFF; }

 p { color: rgb(135,92,255); }

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

<style>
 a { background-color: #875CFF; }

 a { background-color: rgb(135,92,255); }

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

<style>
 span { border-color: #875CFF; }

 span { border-color: rgb(135,92,255); }

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