Html Css Color HEX #AB7EFF Light Slate Blue

📋 copy color: '#AB7EFF'

red 171 ◦ green 126 ◦ blue 255

#AB7EFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #AB7EFF

Tints of Light Slate Blue #AB7EFF

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.2%

R = 30.98%
G = 22.83%
B = 46.2%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB7EFF (or 0xAB7EFF) is known color: 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

RGB 171 126 255 -
CMYK 0.33 0.51 0 0
HSL 260.93º 1% 0.75% -
HSV(B) 260.93º 0.51% 1% -
XYZ 42.31 30.8 98.32 -
YUV 154.16 184.91 140.01 -
System Red Green Blue C M Y K H S L
Decimal 171 126 255 0.33 0.51 0 0 260.93 1 0.75
Hex AB 7E FF 21 33 0 0 105 64 4B
Octal 253 176 377 41 63 0 0 405 144 113
Binary 10101011 1111110 11111111 100001 110011 0 0 100000101 1100100 1001011

Color Harmonies of #AB7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7EFF

Black with #AB7EFF

Text Example


Text Example

White with #AB7EFF

Text Example


Text Example

HTML Codes & Css Web 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>