Html Css Color HEX #AB7CFF Light Slate Blue

📋 copy color: '#AB7CFF'

red 171 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #AB7CFF

Tints of Light Slate Blue #AB7CFF

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 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

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

RGB 171 124 255 -
CMYK 0.33 0.51 0 0
HSL 261.53º 1% 0.74% -
HSV(B) 261.53º 0.51% 1% -
XYZ 42.05 30.29 98.24 -
YUV 152.99 185.57 140.85 -
System Red Green Blue C M Y K H S L
Decimal 171 124 255 0.33 0.51 0 0 261.53 1 0.74
Hex AB 7C FF 21 33 0 0 106 64 4A
Octal 253 174 377 41 63 0 0 406 144 112
Binary 10101011 1111100 11111111 100001 110011 0 0 100000110 1100100 1001010

Color Harmonies of #AB7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7CFF

Black with #AB7CFF

Text Example


Text Example

White with #AB7CFF

Text Example


Text Example

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