#ab7eff

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

Shades of Light Slate Blue #AB7EFF

Tints of Light Slate Blue #AB7EFF

Color information

#AB7EFF (or 0xAB7EFF) is unknown color: approx Light Slate Blue. HEX triplet: AB, 7E and FF. RGB value is (171,126,255). Sum of RGB (Red+Green+Blue) = 171+126+255=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB7EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7EFF is #548100. Grayscale: #999999. Windows color (decimal): -5538049 or 16744107. OLE color: 16744107.

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

Color convert

RGB171126255-
CMYK0.330.5100
HSL260.93º100%74.71%-
HSV(B)260.93º50.59%100%-
XYZ42.3130.898.32-
YUV154.16184.91140.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.98%
GREEN value IS 126 (49.61% from 255) = 22.83%
BLUE value IS 255 (100% from 255) = 46.20%
R=30.98%
G=22.83%
B=46.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711262550.330.5100260.9310074.71
HexAB7EFF213300105644b
Octal253176377416300405144113
Binary101010111111110111111111000011100110010000010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab7eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab7eff; }

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

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

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

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

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

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

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

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