Html Css Color HEX #A77CFE Light Slate Blue

📋 copy color: '#A77CFE'

red 167 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #A77CFE

Tints of Light Slate Blue #A77CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.75%

 BLUE value IS 254 (99.61% from 255) = 46.61%

R = 30.64%
G = 22.75%
B = 46.61%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A77CFE (or 0xA77CFE) is known color: Light Slate Blue. HEX triplet: A7, 7C and FE. RGB value is (167,124,254). Sum of RGB (Red+Green+Blue) = 167+124+254=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #A77CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77CFE is #588301. Grayscale: #979797. Windows color (decimal): -5800706 or 16678055. OLE color: 16678055.

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

Color convert

RGB 167 124 254 -
CMYK 0.34 0.51 0 0.00
HSL 259.85º 0.98% 0.74% -
HSV(B) 259.85º 0.51% 1% -
XYZ 41.03 29.79 97.35 -
YUV 151.68 185.75 138.93 -
System Red Green Blue C M Y K H S L
Decimal 167 124 254 0.34 0.51 0 0.00 259.85 0.98 0.74
Hex A7 7C FE 22 33 0 0 104 62 4A
Octal 247 174 376 42 63 0 0 404 142 112
Binary 10100111 1111100 11111110 100010 110011 0 0 100000100 1100010 1001010

Color Harmonies of #A77CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77CFE

Black with #A77CFE

Text Example


Text Example

White with #A77CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77CFE; }

 p { color: rgb(167,124,254); }

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

background-color css

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

 a { background-color: rgb(167,124,254); }

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

border-color css

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

 span { border-color: rgb(167,124,254); }

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