Html Css Color HEX #AB86FE Light Slate Blue

📋 copy color: '#AB86FE'

red 171 ◦ green 134 ◦ blue 254

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

Shades of Light Slate Blue #AB86FE

Tints of Light Slate Blue #AB86FE

RGB

 RED value IS 171 (67.19% from 255) = 30.59%

 GREEN value IS 134 (52.73% from 255) = 23.97%

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 30.59%
G = 23.97%
B = 45.44%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB86FE (or 0xAB86FE) is known color: Light Slate Blue. HEX triplet: AB, 86 and FE. RGB value is (171,134,254). Sum of RGB (Red+Green+Blue) = 171+134+254=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB86FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB86FE is #547901. Grayscale: #9E9E9E. Windows color (decimal): -5536002 or 16680619. OLE color: 16680619.

HSL color Cylindrical-coordinate representation of color #AB86FE: hue angle of 258.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB86FE is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 134 254 -
CMYK 0.33 0.47 0 0.00
HSL 258.5º 0.98% 0.76% -
HSV(B) 258.5º 0.47% 1% -
XYZ 43.21 32.86 97.83 -
YUV 158.74 181.76 136.74 -
System Red Green Blue C M Y K H S L
Decimal 171 134 254 0.33 0.47 0 0.00 258.5 0.98 0.76
Hex AB 86 FE 21 2F 0 0 102 62 4C
Octal 253 206 376 41 57 0 0 402 142 114
Binary 10101011 10000110 11111110 100001 101111 0 0 100000010 1100010 1001100

Color Harmonies of #AB86FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB86FE

Black with #AB86FE

Text Example


Text Example

White with #AB86FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB86FE; }

 p { color: rgb(171,134,254); }

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

background-color css

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

 a { background-color: rgb(171,134,254); }

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

border-color css

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

 span { border-color: rgb(171,134,254); }

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