Html Css Color HEX #866AFD Light Slate Blue

📋 copy color: '#866AFD'

red 134 ◦ green 106 ◦ blue 253

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

Shades of Light Slate Blue #866AFD

Tints of Light Slate Blue #866AFD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.5%

 BLUE value IS 253 (99.22% from 255) = 51.32%

R = 27.18%
G = 21.5%
B = 51.32%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#866AFD (or 0x866AFD) is known color: Light Slate Blue. HEX triplet: 86, 6A and FD. RGB value is (134,106,253). Sum of RGB (Red+Green+Blue) = 134+106+253=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #866AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #866AFD is #799502. Grayscale: #828282. Windows color (decimal): -7968003 or 16607878. OLE color: 16607878.

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

Color convert

RGB 134 106 253 -
CMYK 0.47 0.58 0 0.01
HSL 251.43º 0.97% 0.7% -
HSV(B) 251.43º 0.58% 0.99% -
XYZ 32.72 22.47 95.54 -
YUV 131.13 196.78 130.05 -
System Red Green Blue C M Y K H S L
Decimal 134 106 253 0.47 0.58 0 0.01 251.43 0.97 0.7
Hex 86 6A FD 2F 3A 0 1 FB 61 46
Octal 206 152 375 57 72 0 1 373 141 106
Binary 10000110 1101010 11111101 101111 111010 0 1 11111011 1100001 1000110

Color Harmonies of #866AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866AFD

Black with #866AFD

Text Example


Text Example

White with #866AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,106,253); }

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

background-color css

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

 a { background-color: rgb(134,106,253); }

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

border-color css

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

 span { border-color: rgb(134,106,253); }

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