Html Css Color HEX #A77CFF Light Slate Blue

📋 copy color: '#A77CFF'

red 167 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #A77CFF

Tints of Light Slate Blue #A77CFF

RGB

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

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

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

R = 30.59%
G = 22.71%
B = 46.7%

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

#A77CFF (or 0xA77CFF) is known color: Light Slate Blue. HEX triplet: A7, 7C and FF. RGB value is (167,124,255). Sum of RGB (Red+Green+Blue) = 167+124+255=546 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.59% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #A77CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77CFF is #588300. Grayscale: #979797. Windows color (decimal): -5800705 or 16743591. OLE color: 16743591.

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

Color convert

RGB 167 124 255 -
CMYK 0.35 0.51 0 0
HSL 259.69º 1% 0.74% -
HSV(B) 259.69º 0.51% 1% -
XYZ 41.19 29.85 98.2 -
YUV 151.79 186.25 138.85 -
System Red Green Blue C M Y K H S L
Decimal 167 124 255 0.35 0.51 0 0 259.69 1 0.74
Hex A7 7C FF 23 33 0 0 104 64 4A
Octal 247 174 377 43 63 0 0 404 144 112
Binary 10100111 1111100 11111111 100011 110011 0 0 100000100 1100100 1001010

Color Harmonies of #A77CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77CFF

Black with #A77CFF

Text Example


Text Example

White with #A77CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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