#A78DFE

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

Shades of Light Slate Blue #A78DFE

Tints of Light Slate Blue #A78DFE

Color information

#A78DFE (or 0xA78DFE) is unknown color: approx Light Slate Blue. HEX triplet: A7, 8D and FE. RGB value is (167,141,254). Sum of RGB (Red+Green+Blue) = 167+141+254=562 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.72% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #A78DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78DFE is #587201. Grayscale: #A1A1A1. Windows color (decimal): -5796354 or 16682407. OLE color: 16682407.

HSL color Cylindrical-coordinate representation of color #A78DFE: hue angle of 253.81º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A78DFE is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB167141254-
CMYK0.340.4400.00
HSL253.81º98.26%77.45%-
HSV(B)253.81º44.49%99.61%-
XYZ43.3534.4298.13-
YUV161.66180.11131.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.72%
GREEN value IS 141 (55.47% from 255) = 25.09%
BLUE value IS 254 (99.61% from 255) = 45.20%
R=29.72%
G=25.09%
B=45.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1671412540.340.4400.00253.8198.2677.45
HexA78DFE222C00fe624d
Octal247215376425400376142115
Binary101001111000110111111110100010101100001111111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78DFE; }

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

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

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

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

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

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

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

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