#A782FE

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

Shades of Light Slate Blue #A782FE

Tints of Light Slate Blue #A782FE

Color information

#A782FE (or 0xA782FE) is unknown color: approx Light Slate Blue. HEX triplet: A7, 82 and FE. RGB value is (167,130,254). Sum of RGB (Red+Green+Blue) = 167+130+254=551 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.31% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #A782FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A782FE is #587D01. Grayscale: #9A9A9A. Windows color (decimal): -5799170 or 16679591. OLE color: 16679591.

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

Color convert

RGB167130254-
CMYK0.340.4900.00
HSL257.9º98.41%75.29%-
HSV(B)257.9º48.82%99.61%-
XYZ41.8131.3497.61-
YUV155.2183.76136.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.31%
GREEN value IS 130 (51.17% from 255) = 23.59%
BLUE value IS 254 (99.61% from 255) = 46.10%
R=30.31%
G=23.59%
B=46.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1671302540.340.4900.00257.998.4175.29
HexA782FE223100102624b
Octal247202376426100402142113
Binary1010011110000010111111101000101100010010000001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A782FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A782FE; }

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

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

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

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

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

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

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

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