#AB7DFF

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

Shades of Light Slate Blue #AB7DFF

Tints of Light Slate Blue #AB7DFF

Color information

#AB7DFF (or 0xAB7DFF) is unknown color: approx Light Slate Blue. HEX triplet: AB, 7D and FF. RGB value is (171,125,255). Sum of RGB (Red+Green+Blue) = 171+125+255=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB7DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7DFF is #548200. Grayscale: #999999. Windows color (decimal): -5538305 or 16743851. OLE color: 16743851.

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

Color convert

RGB171125255-
CMYK0.330.5100
HSL261.23º100%74.51%-
HSV(B)261.23º50.98%100%-
XYZ42.1830.5598.28-
YUV153.57185.24140.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.03%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 255 (100% from 255) = 46.28%
R=31.03%
G=22.69%
B=46.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711252550.330.5100261.2310074.51
HexAB7DFF213300105644b
Octal253175377416300405144113
Binary101010111111101111111111000011100110010000010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7DFF; }

 p { color: rgb(171,125,255); }

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

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

 a { background-color: rgb(171,125,255); }

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

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

 span { border-color: rgb(171,125,255); }

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