#7A82F4

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

Shades of Light Slate Blue #7A82F4

Tints of Light Slate Blue #7A82F4

Color information

#7A82F4 (or 0x7A82F4) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 82 and F4. RGB value is (122,130,244). Sum of RGB (Red+Green+Blue) = 122+130+244=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #7A82F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A82F4 is #857D0B. Grayscale: #8C8C8C. Windows color (decimal): -8748300 or 16024186. OLE color: 16024186.

HSL color Cylindrical-coordinate representation of color #7A82F4: hue angle of 236.07º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A82F4 is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB122130244-
CMYK0.50.4700.04
HSL236.07º84.72%71.76%-
HSV(B)236.07º50%95.69%-
XYZ32.3426.6389.02-
YUV140.6186.35114.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.60%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 244 (95.70% from 255) = 49.19%
R=24.60%
G=26.21%
B=49.19%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1221302440.50.4700.04236.0784.7271.76
Hex7A82F4322F04ec5548
Octal172202364625704354125110
Binary1111010100000101111010011001010111101001110110010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A82F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,130,244); }

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

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

 a { background-color: rgb(122,130,244); }

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

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

 span { border-color: rgb(122,130,244); }

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