Html Css Color HEX #A77CFD Light Slate Blue

📋 copy color: '#A77CFD'

red 167 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #A77CFD

Tints of Light Slate Blue #A77CFD

RGB

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

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

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

R = 30.7%
G = 22.79%
B = 46.51%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A77CFD (or 0xA77CFD) is known color: Light Slate Blue. HEX triplet: A7, 7C and FD. RGB value is (167,124,253). Sum of RGB (Red+Green+Blue) = 167+124+253=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #A77CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77CFD is #588302. Grayscale: #979797. Windows color (decimal): -5800707 or 16612519. OLE color: 16612519.

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

Color convert

RGB 167 124 253 -
CMYK 0.34 0.51 0 0.01
HSL 260º 0.97% 0.74% -
HSV(B) 260º 0.51% 0.99% -
XYZ 40.87 29.72 96.51 -
YUV 151.56 185.25 139.01 -
System Red Green Blue C M Y K H S L
Decimal 167 124 253 0.34 0.51 0 0.01 260 0.97 0.74
Hex A7 7C FD 22 33 0 1 104 61 4A
Octal 247 174 375 42 63 0 1 404 141 112
Binary 10100111 1111100 11111101 100010 110011 0 1 100000100 1100001 1001010

Color Harmonies of #A77CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77CFD

Black with #A77CFD

Text Example


Text Example

White with #A77CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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