#AB84FE

Color #AB84FE Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #AB84FE

Tints of Light Slate Blue #AB84FE

Color information

#AB84FE (or 0xAB84FE) is unknown color: approx 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

RGB171132254-
CMYK0.330.4800.00
HSL259.18º98.39%75.69%-
HSV(B)259.18º48.03%99.61%-
XYZ42.9432.3297.74-
YUV157.57182.42137.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.70%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 254 (99.61% from 255) = 45.60%
R=30.70%
G=23.70%
B=45.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1711322540.330.4800.00259.1898.3975.69
HexAB84FE213000103624c
Octal253204376416000403142114
Binary1010101110000100111111101000011100000010000001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB84FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>