Html Css Color HEX #866FFB Light Slate Blue

📋 copy color: '#866FFB'

red 134 ◦ green 111 ◦ blue 251

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

Shades of Light Slate Blue #866FFB

Tints of Light Slate Blue #866FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.38%

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

R = 27.02%
G = 22.38%
B = 50.6%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#866FFB (or 0x866FFB) is known color: Light Slate Blue. HEX triplet: 86, 6F and FB. RGB value is (134,111,251). Sum of RGB (Red+Green+Blue) = 134+111+251=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #866FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866FFB is #799004. Grayscale: #858585. Windows color (decimal): -7966725 or 16478086. OLE color: 16478086.

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

Color convert

RGB 134 111 251 -
CMYK 0.47 0.56 0 0.02
HSL 249.86º 0.95% 0.71% -
HSV(B) 249.86º 0.56% 0.98% -
XYZ 32.93 23.4 94.05 -
YUV 133.84 194.12 128.12 -
System Red Green Blue C M Y K H S L
Decimal 134 111 251 0.47 0.56 0 0.02 249.86 0.95 0.71
Hex 86 6F FB 2F 38 0 2 FA 5F 47
Octal 206 157 373 57 70 0 2 372 137 107
Binary 10000110 1101111 11111011 101111 111000 0 10 11111010 1011111 1000111

Color Harmonies of #866FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866FFB

Black with #866FFB

Text Example


Text Example

White with #866FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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