#A77EFC

Color #A77EFC Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #A77EFC

Tints of Light Slate Blue #A77EFC

Color information

#A77EFC (or 0xA77EFC) is unknown color: approx Light Slate Blue. HEX triplet: A7, 7E and FC. RGB value is (167,126,252). Sum of RGB (Red+Green+Blue) = 167+126+252=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #A77EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A77EFC is #588103. Grayscale: #989898. Windows color (decimal): -5800196 or 16547495. OLE color: 16547495.

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

Color convert

RGB167126252-
CMYK0.340.500.01
HSL259.52º95.45%74.12%-
HSV(B)259.52º50%98.82%-
XYZ40.9730.1795.76-
YUV152.62184.08138.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.64%
GREEN value IS 126 (49.61% from 255) = 23.12%
BLUE value IS 252 (98.83% from 255) = 46.24%
R=30.64%
G=23.12%
B=46.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1671262520.340.500.01259.5295.4574.12
HexA77EFC2232011045f4a
Octal247176374426201404137112
Binary101001111111110111111001000101100100110000010010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77EFC; }

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

 H1.HeaderClassName
 {
   color: #A77EFC;
 }
 .AnyTagClassName
 {
   color: #A77EFC;
 }
</style>
background-color css

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

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

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

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

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

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