Html Css Color HEX #866DFC Light Slate Blue

📋 copy color: '#866DFC'

red 134 ◦ green 109 ◦ blue 252

#866DFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #866DFC

Tints of Light Slate Blue #866DFC

RGB

 RED value IS 134 (52.73% from 255) = 27.07%

 GREEN value IS 109 (42.97% from 255) = 22.02%

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 27.07%
G = 22.02%
B = 50.91%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#866DFC (or 0x866DFC) is known color: Light Slate Blue. HEX triplet: 86, 6D and FC. RGB value is (134,109,252). Sum of RGB (Red+Green+Blue) = 134+109+252=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #866DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866DFC is #799203. Grayscale: #848484. Windows color (decimal): -7967236 or 16543110. OLE color: 16543110.

HSL color Cylindrical-coordinate representation of color #866DFC: hue angle of 250.49º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #866DFC is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 109 252 -
CMYK 0.47 0.57 0 0.01
HSL 250.49º 0.96% 0.71% -
HSV(B) 250.49º 0.57% 0.99% -
XYZ 32.87 23.03 94.81 -
YUV 132.78 195.28 128.87 -
System Red Green Blue C M Y K H S L
Decimal 134 109 252 0.47 0.57 0 0.01 250.49 0.96 0.71
Hex 86 6D FC 2F 39 0 1 FA 60 47
Octal 206 155 374 57 71 0 1 372 140 107
Binary 10000110 1101101 11111100 101111 111001 0 1 11111010 1100000 1000111

Color Harmonies of #866DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DFC

Black with #866DFC

Text Example


Text Example

White with #866DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #866DFC;
 }
 .AnyTagClassName
 {
   color: #866DFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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