Html Css Color HEX #AB84FE Light Slate Blue

📋 copy color: '#AB84FE'

red 171 ◦ green 132 ◦ blue 254

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

Shades of Light Slate Blue #AB84FE

Tints of Light Slate Blue #AB84FE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.7%

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

R = 30.7%
G = 23.7%
B = 45.6%

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

#AB84FE (or 0xAB84FE) is known color: Light Slate Blue. HEX triplet: AB, 84 and FE. RGB value is (171,132,254). Sum of RGB (Red+Green+Blue) = 171+132+254=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB84FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB84FE is #547B01. Grayscale: #9D9D9D. Windows color (decimal): -5536514 or 16680107. OLE color: 16680107.

HSL color Cylindrical-coordinate representation of color #AB84FE: hue angle of 259.18º 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 #AB84FE is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 132 254 -
CMYK 0.33 0.48 0 0.00
HSL 259.18º 0.98% 0.76% -
HSV(B) 259.18º 0.48% 1% -
XYZ 42.94 32.32 97.74 -
YUV 157.57 182.42 137.58 -
System Red Green Blue C M Y K H S L
Decimal 171 132 254 0.33 0.48 0 0.00 259.18 0.98 0.76
Hex AB 84 FE 21 30 0 0 103 62 4C
Octal 253 204 376 41 60 0 0 403 142 114
Binary 10101011 10000100 11111110 100001 110000 0 0 100000011 1100010 1001100

Color Harmonies of #AB84FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB84FE

Black with #AB84FE

Text Example


Text Example

White with #AB84FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB84FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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