Html Css Color HEX #A77DFE Light Slate Blue

📋 copy color: '#A77DFE'

red 167 ◦ green 125 ◦ blue 254

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

Shades of Light Slate Blue #A77DFE

Tints of Light Slate Blue #A77DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.89%

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

R = 30.59%
G = 22.89%
B = 46.52%

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

#A77DFE (or 0xA77DFE) is known color: Light Slate Blue. HEX triplet: A7, 7D and FE. RGB value is (167,125,254). Sum of RGB (Red+Green+Blue) = 167+125+254=546 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.59% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #A77DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77DFE is #588201. Grayscale: #979797. Windows color (decimal): -5800450 or 16678311. OLE color: 16678311.

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

Color convert

RGB 167 125 254 -
CMYK 0.34 0.51 0 0.00
HSL 259.53º 0.98% 0.74% -
HSV(B) 259.53º 0.51% 1% -
XYZ 41.16 30.04 97.39 -
YUV 152.26 185.41 138.51 -
System Red Green Blue C M Y K H S L
Decimal 167 125 254 0.34 0.51 0 0.00 259.53 0.98 0.74
Hex A7 7D FE 22 33 0 0 104 62 4A
Octal 247 175 376 42 63 0 0 404 142 112
Binary 10100111 1111101 11111110 100010 110011 0 0 100000100 1100010 1001010

Color Harmonies of #A77DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77DFE

Black with #A77DFE

Text Example


Text Example

White with #A77DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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