#875CFD

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

Shades of Light Slate Blue #875CFD

Tints of Light Slate Blue #875CFD

Color information

#875CFD (or 0x875CFD) is unknown color: approx Light Slate Blue. HEX triplet: 87, 5C and FD. RGB value is (135,92,253). Sum of RGB (Red+Green+Blue) = 135+92+253=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #875CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875CFD is #78A302. Grayscale: #7A7A7A. Windows color (decimal): -7906051 or 16604295. OLE color: 16604295.

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

Color convert

RGB13592253-
CMYK0.470.6400.01
HSL256.02º97.58%67.65%-
HSV(B)256.02º63.64%99.22%-
XYZ31.5519.995.11-
YUV123.21201.25136.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.12%
GREEN value IS 92 (36.33% from 255) = 19.17%
BLUE value IS 253 (99.22% from 255) = 52.71%
R=28.12%
G=19.17%
B=52.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal135922530.470.6400.01256.0297.5867.65
Hex875CFD2F40011006244
Octal2071343755710001400142104
Binary1000011110111001111110110111110000000110000000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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