Html Css Color HEX #A77EFF Light Slate Blue

📋 copy color: '#A77EFF'

red 167 ◦ green 126 ◦ blue 255

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

Shades of Light Slate Blue #A77EFF

Tints of Light Slate Blue #A77EFF

RGB

 RED value IS 167 (65.63% from 255) = 30.47%

 GREEN value IS 126 (49.61% from 255) = 22.99%

 BLUE value IS 255 (100% from 255) = 46.53%

R = 30.47%
G = 22.99%
B = 46.53%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A77EFF (or 0xA77EFF) is known color: Light Slate Blue. HEX triplet: A7, 7E and FF. RGB value is (167,126,255). Sum of RGB (Red+Green+Blue) = 167+126+255=548 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.47% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #A77EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77EFF is #588100. Grayscale: #989898. Windows color (decimal): -5800193 or 16744103. OLE color: 16744103.

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

Color convert

RGB 167 126 255 -
CMYK 0.35 0.51 0 0
HSL 259.07º 1% 0.75% -
HSV(B) 259.07º 0.51% 1% -
XYZ 41.45 30.36 98.28 -
YUV 152.97 185.58 138.01 -
System Red Green Blue C M Y K H S L
Decimal 167 126 255 0.35 0.51 0 0 259.07 1 0.75
Hex A7 7E FF 23 33 0 0 103 64 4B
Octal 247 176 377 43 63 0 0 403 144 113
Binary 10100111 1111110 11111111 100011 110011 0 0 100000011 1100100 1001011

Color Harmonies of #A77EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77EFF

Black with #A77EFF

Text Example


Text Example

White with #A77EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77EFF; }

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

 H1.HeaderClassName
 {
   color: #A77EFF;
 }
 .AnyTagClassName
 {
   color: #A77EFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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