#7A76FD

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

Shades of Light Slate Blue #7A76FD

Tints of Light Slate Blue #7A76FD

Color information

#7A76FD (or 0x7A76FD) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 76 and FD. RGB value is (122,118,253). Sum of RGB (Red+Green+Blue) = 122+118+253=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A76FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A76FD is #858902. Grayscale: #868686. Windows color (decimal): -8751363 or 16610938. OLE color: 16610938.

HSL color Cylindrical-coordinate representation of color #7A76FD: hue angle of 241.78º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A76FD is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB122118253-
CMYK0.520.5300.01
HSL241.78º97.12%72.75%-
HSV(B)241.78º53.36%99.22%-
XYZ32.2324.1995.9-
YUV134.59194.83119.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.75%
GREEN value IS 118 (46.48% from 255) = 23.94%
BLUE value IS 253 (99.22% from 255) = 51.32%
R=24.75%
G=23.94%
B=51.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1221182530.520.5300.01241.7897.1272.75
Hex7A76FD343501f26149
Octal172166375646501362141111
Binary1111010111011011111101110100110101011111001011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A76FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,118,253); }

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

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

 a { background-color: rgb(122,118,253); }

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

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

 span { border-color: rgb(122,118,253); }

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