#7a76ff

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

Shades of Light Slate Blue #7A76FF

Tints of Light Slate Blue #7A76FF

Color information

#7A76FF (or 0x7A76FF) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 76 and FF. RGB value is (122,118,255). Sum of RGB (Red+Green+Blue) = 122+118+255=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A76FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A76FF is #858900. Grayscale: #868686. Windows color (decimal): -8751361 or 16742010. OLE color: 16742010.

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

Color convert

RGB122118255-
CMYK0.520.5400
HSL241.75º100%73.14%-
HSV(B)241.75º53.73%100%-
XYZ32.5524.3197.59-
YUV134.81195.83118.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.65%
GREEN value IS 118 (46.48% from 255) = 23.84%
BLUE value IS 255 (100% from 255) = 51.52%
R=24.65%
G=23.84%
B=51.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1221182550.520.5400241.7510073.14
Hex7A76FF343600f26449
Octal172166377646600362144111
Binary1111010111011011111111110100110110001111001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a76ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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