#AB7CFF

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

Shades of Light Slate Blue #AB7CFF

Tints of Light Slate Blue #AB7CFF

Color information

#AB7CFF (or 0xAB7CFF) is unknown color: approx Light Slate Blue. HEX triplet: AB, 7C and FF. RGB value is (171,124,255). Sum of RGB (Red+Green+Blue) = 171+124+255=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB7CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7CFF is #548300. Grayscale: #989898. Windows color (decimal): -5538561 or 16743595. OLE color: 16743595.

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

Color convert

RGB171124255-
CMYK0.330.5100
HSL261.53º100%74.31%-
HSV(B)261.53º51.37%100%-
XYZ42.0530.2998.24-
YUV152.99185.57140.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.09%
GREEN value IS 124 (48.83% from 255) = 22.55%
BLUE value IS 255 (100% from 255) = 46.36%
R=31.09%
G=22.55%
B=46.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711242550.330.5100261.5310074.31
HexAB7CFF213300106644a
Octal253174377416300406144112
Binary101010111111100111111111000011100110010000011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7CFF; }

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

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

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

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

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

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

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

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