#AB7BFF

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

Shades of Light Slate Blue #AB7BFF

Tints of Light Slate Blue #AB7BFF

Color information

#AB7BFF (or 0xAB7BFF) is unknown color: approx Light Slate Blue. HEX triplet: AB, 7B and FF. RGB value is (171,123,255). Sum of RGB (Red+Green+Blue) = 171+123+255=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB7BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB7BFF is #548400. Grayscale: #979797. Windows color (decimal): -5538817 or 16743339. OLE color: 16743339.

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

Color convert

RGB171123255-
CMYK0.330.5200
HSL261.82º100%74.12%-
HSV(B)261.82º51.76%100%-
XYZ41.9330.0498.2-
YUV152.4185.9141.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.15%
GREEN value IS 123 (48.44% from 255) = 22.40%
BLUE value IS 255 (100% from 255) = 46.45%
R=31.15%
G=22.40%
B=46.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711232550.330.5200261.8210074.12
HexAB7BFF213400106644a
Octal253173377416400406144112
Binary101010111111011111111111000011101000010000011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7BFF; }

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

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

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

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

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

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

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

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