#867DFC

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

Shades of Light Slate Blue #867DFC

Tints of Light Slate Blue #867DFC

Color information

#867DFC (or 0x867DFC) is unknown color: approx Light Slate Blue. HEX triplet: 86, 7D and FC. RGB value is (134,125,252). Sum of RGB (Red+Green+Blue) = 134+125+252=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #867DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867DFC is #798203. Grayscale: #8D8D8D. Windows color (decimal): -7963140 or 16547206. OLE color: 16547206.

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

Color convert

RGB134125252-
CMYK0.470.5000.01
HSL244.25º95.49%73.92%-
HSV(B)244.25º50.4%98.82%-
XYZ34.7426.7695.43-
YUV142.17189.98122.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.22%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 252 (98.83% from 255) = 49.32%
R=26.22%
G=24.46%
B=49.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1341252520.470.5000.01244.2595.4973.92
Hex867DFC2F3201f45f4a
Octal206175374576201364137112
Binary10000110111110111111100101111110010011111010010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,125,252); }

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

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

 a { background-color: rgb(134,125,252); }

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

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

 span { border-color: rgb(134,125,252); }

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