#7A80FE

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

Shades of Light Slate Blue #7A80FE

Tints of Light Slate Blue #7A80FE

Color information

#7A80FE (or 0x7A80FE) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 80 and FE. RGB value is (122,128,254). Sum of RGB (Red+Green+Blue) = 122+128+254=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A80FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A80FE is #857F01. Grayscale: #8C8C8C. Windows color (decimal): -8748802 or 16679034. OLE color: 16679034.

HSL color Cylindrical-coordinate representation of color #7A80FE: hue angle of 237.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A80FE is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB122128254-
CMYK0.520.5000.00
HSL237.27º98.51%73.73%-
HSV(B)237.27º51.97%99.61%-
XYZ33.6326.7397.15-
YUV140.57192.01114.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.21%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 254 (99.61% from 255) = 50.40%
R=24.21%
G=25.40%
B=50.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1221282540.520.5000.00237.2798.5173.73
Hex7A80FE343200ed634a
Octal172200376646200355143112
Binary11110101000000011111110110100110010001110110111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A80FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A80FE; }

 p { color: rgb(122,128,254); }

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

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

 a { background-color: rgb(122,128,254); }

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

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

 span { border-color: rgb(122,128,254); }

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