Html Css Color HEX #866BF5 Light Slate Blue

📋 copy color: '#866BF5'

red 134 ◦ green 107 ◦ blue 245

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

Shades of Light Slate Blue #866BF5

Tints of Light Slate Blue #866BF5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.02%

 BLUE value IS 245 (96.09% from 255) = 50.41%

R = 27.57%
G = 22.02%
B = 50.41%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#866BF5 (or 0x866BF5) is known color: Light Slate Blue. HEX triplet: 86, 6B and F5. RGB value is (134,107,245). Sum of RGB (Red+Green+Blue) = 134+107+245=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 245 (96.09% from 255 or 50.41% from 486); Max value from RGB is 245 - color contains mainly: blue. Hex color #866BF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866BF5 is #79940A. Grayscale: #828282. Windows color (decimal): -7967755 or 16083846. OLE color: 16083846.

HSL color Cylindrical-coordinate representation of color #866BF5: hue angle of 251.74º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #866BF5 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 107 245 -
CMYK 0.45 0.56 0 0.04
HSL 251.74º 0.87% 0.69% -
HSV(B) 251.74º 0.56% 0.96% -
XYZ 31.57 22.18 89 -
YUV 130.81 192.45 130.28 -
System Red Green Blue C M Y K H S L
Decimal 134 107 245 0.45 0.56 0 0.04 251.74 0.87 0.69
Hex 86 6B F5 2D 38 0 4 FC 57 45
Octal 206 153 365 55 70 0 4 374 127 105
Binary 10000110 1101011 11110101 101101 111000 0 100 11111100 1010111 1000101

Color Harmonies of #866BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866BF5

Black with #866BF5

Text Example


Text Example

White with #866BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,107,245); }

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

background-color css

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

 a { background-color: rgb(134,107,245); }

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

border-color css

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

 span { border-color: rgb(134,107,245); }

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