#867CFD

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

Shades of Light Slate Blue #867CFD

Tints of Light Slate Blue #867CFD

Color information

#867CFD (or 0x867CFD) is unknown color: approx Light Slate Blue. HEX triplet: 86, 7C and FD. RGB value is (134,124,253). Sum of RGB (Red+Green+Blue) = 134+124+253=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #867CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867CFD is #798302. Grayscale: #8D8D8D. Windows color (decimal): -7963395 or 16612486. OLE color: 16612486.

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

Color convert

RGB134124253-
CMYK0.470.5100.01
HSL244.65º96.99%73.92%-
HSV(B)244.65º50.99%99.22%-
XYZ34.7726.5896.23-
YUV141.7190.81122.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.22%
GREEN value IS 124 (48.83% from 255) = 24.27%
BLUE value IS 253 (99.22% from 255) = 49.51%
R=26.22%
G=24.27%
B=49.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1341242530.470.5100.01244.6596.9973.92
Hex867CFD2F3301f5614a
Octal206174375576301365141112
Binary10000110111110011111101101111110011011111010111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,124,253); }

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

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

 a { background-color: rgb(134,124,253); }

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

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

 span { border-color: rgb(134,124,253); }

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