#AB83FE

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

Shades of Light Slate Blue #AB83FE

Tints of Light Slate Blue #AB83FE

Color information

#AB83FE (or 0xAB83FE) is unknown color: approx Light Slate Blue. HEX triplet: AB, 83 and FE. RGB value is (171,131,254). Sum of RGB (Red+Green+Blue) = 171+131+254=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB83FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB83FE is #547C01. Grayscale: #9C9C9C. Windows color (decimal): -5536770 or 16679851. OLE color: 16679851.

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

Color convert

RGB171131254-
CMYK0.330.4800.00
HSL259.51º98.4%75.49%-
HSV(B)259.51º48.43%99.61%-
XYZ42.832.0597.7-
YUV156.98182.75138-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.76%
GREEN value IS 131 (51.56% from 255) = 23.56%
BLUE value IS 254 (99.61% from 255) = 45.68%
R=30.76%
G=23.56%
B=45.68%

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
Decimal1711312540.330.4800.00259.5198.475.49
HexAB83FE213000104624b
Octal253203376416000404142113
Binary1010101110000011111111101000011100000010000010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB83FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB83FE; }

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

 H1.HeaderClassName
 {
   color: #AB83FE;
 }
 .AnyTagClassName
 {
   color: #AB83FE;
 }
</style>
background-color css

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

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

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

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

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

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