Html Css Color HEX #A77EFC Light Slate Blue

📋 copy color: '#A77EFC'

red 167 ◦ green 126 ◦ blue 252

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

Shades of Light Slate Blue #A77EFC

Tints of Light Slate Blue #A77EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.24%

R = 30.64%
G = 23.12%
B = 46.24%

CMYK

 C value IS 0.34

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A77EFC (or 0xA77EFC) is known color: Light Slate Blue. HEX triplet: A7, 7E and FC. RGB value is (167,126,252). Sum of RGB (Red+Green+Blue) = 167+126+252=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #A77EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77EFC is #588103. Grayscale: #989898. Windows color (decimal): -5800196 or 16547495. OLE color: 16547495.

HSL color Cylindrical-coordinate representation of color #A77EFC: hue angle of 259.52º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A77EFC is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 126 252 -
CMYK 0.34 0.5 0 0.01
HSL 259.52º 0.95% 0.74% -
HSV(B) 259.52º 0.5% 0.99% -
XYZ 40.97 30.17 95.76 -
YUV 152.62 184.08 138.25 -
System Red Green Blue C M Y K H S L
Decimal 167 126 252 0.34 0.5 0 0.01 259.52 0.95 0.74
Hex A7 7E FC 22 32 0 1 104 5F 4A
Octal 247 176 374 42 62 0 1 404 137 112
Binary 10100111 1111110 11111100 100010 110010 0 1 100000100 1011111 1001010

Color Harmonies of #A77EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77EFC

Black with #A77EFC

Text Example


Text Example

White with #A77EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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