Html Css Color HEX #A77EFD Light Slate Blue

📋 copy color: '#A77EFD'

red 167 ◦ green 126 ◦ blue 253

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

Shades of Light Slate Blue #A77EFD

Tints of Light Slate Blue #A77EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.34%

R = 30.59%
G = 23.08%
B = 46.34%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A77EFD (or 0xA77EFD) is known color: Light Slate Blue. HEX triplet: A7, 7E and FD. RGB value is (167,126,253). Sum of RGB (Red+Green+Blue) = 167+126+253=546 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.59% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #A77EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77EFD is #588102. Grayscale: #989898. Windows color (decimal): -5800195 or 16613031. OLE color: 16613031.

HSL color Cylindrical-coordinate representation of color #A77EFD: hue angle of 259.37º degrees, saturation: 0.97, 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 #A77EFD is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 126 253 -
CMYK 0.34 0.50 0 0.01
HSL 259.37º 0.97% 0.74% -
HSV(B) 259.37º 0.5% 0.99% -
XYZ 41.13 30.23 96.6 -
YUV 152.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 167 126 253 0.34 0.50 0 0.01 259.37 0.97 0.74
Hex A7 7E FD 22 32 0 1 103 61 4A
Octal 247 176 375 42 62 0 1 403 141 112
Binary 10100111 1111110 11111101 100010 110010 0 1 100000011 1100001 1001010

Color Harmonies of #A77EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77EFD

Black with #A77EFD

Text Example


Text Example

White with #A77EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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