Html Css Color HEX #AB85FE Light Slate Blue

📋 copy color: '#AB85FE'

red 171 ◦ green 133 ◦ blue 254

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

Shades of Light Slate Blue #AB85FE

Tints of Light Slate Blue #AB85FE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.84%

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

R = 30.65%
G = 23.84%
B = 45.52%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB85FE (or 0xAB85FE) is known color: Light Slate Blue. HEX triplet: AB, 85 and FE. RGB value is (171,133,254). Sum of RGB (Red+Green+Blue) = 171+133+254=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB85FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB85FE is #547A01. Grayscale: #9D9D9D. Windows color (decimal): -5536258 or 16680363. OLE color: 16680363.

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

Color convert

RGB 171 133 254 -
CMYK 0.33 0.48 0 0.00
HSL 258.84º 0.98% 0.76% -
HSV(B) 258.84º 0.48% 1% -
XYZ 43.07 32.59 97.79 -
YUV 158.16 182.09 137.16 -
System Red Green Blue C M Y K H S L
Decimal 171 133 254 0.33 0.48 0 0.00 258.84 0.98 0.76
Hex AB 85 FE 21 30 0 0 103 62 4C
Octal 253 205 376 41 60 0 0 403 142 114
Binary 10101011 10000101 11111110 100001 110000 0 0 100000011 1100010 1001100

Color Harmonies of #AB85FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB85FE

Black with #AB85FE

Text Example


Text Example

White with #AB85FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB85FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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