Html Css Color HEX #866CFB Light Slate Blue

📋 copy color: '#866CFB'

red 134 ◦ green 108 ◦ blue 251

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

Shades of Light Slate Blue #866CFB

Tints of Light Slate Blue #866CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.91%

 BLUE value IS 251 (98.44% from 255) = 50.91%

R = 27.18%
G = 21.91%
B = 50.91%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#866CFB (or 0x866CFB) is known color: Light Slate Blue. HEX triplet: 86, 6C and FB. RGB value is (134,108,251). Sum of RGB (Red+Green+Blue) = 134+108+251=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #866CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866CFB is #799304. Grayscale: #838383. Windows color (decimal): -7967493 or 16477318. OLE color: 16477318.

HSL color Cylindrical-coordinate representation of color #866CFB: hue angle of 250.91º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #866CFB is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 108 251 -
CMYK 0.47 0.57 0 0.02
HSL 250.91º 0.95% 0.7% -
HSV(B) 250.91º 0.57% 0.98% -
XYZ 32.61 22.76 93.94 -
YUV 132.08 195.11 129.37 -
System Red Green Blue C M Y K H S L
Decimal 134 108 251 0.47 0.57 0 0.02 250.91 0.95 0.7
Hex 86 6C FB 2F 39 0 2 FB 5F 46
Octal 206 154 373 57 71 0 2 373 137 106
Binary 10000110 1101100 11111011 101111 111001 0 10 11111011 1011111 1000110

Color Harmonies of #866CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866CFB

Black with #866CFB

Text Example


Text Example

White with #866CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,108,251); }

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

background-color css

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

 a { background-color: rgb(134,108,251); }

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

border-color css

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

 span { border-color: rgb(134,108,251); }

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