#7a62ff

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

Shades of Light Slate Blue #7A62FF

Tints of Light Slate Blue #7A62FF

Color information

#7A62FF (or 0x7A62FF) is unknown color: approx Light Slate Blue. HEX triplet: 7A, 62 and FF. RGB value is (122,98,255). Sum of RGB (Red+Green+Blue) = 122+98+255=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A62FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A62FF is #859D00. Grayscale: #7A7A7A. Windows color (decimal): -8756481 or 16736890. OLE color: 16736890.

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

Color convert

RGB12298255-
CMYK0.520.6200
HSL249.17º100%69.22%-
HSV(B)249.17º61.57%100%-
XYZ30.4420.0996.88-
YUV123.07202.45127.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.68%
GREEN value IS 98 (38.67% from 255) = 20.63%
BLUE value IS 255 (100% from 255) = 53.68%
R=25.68%
G=20.63%
B=53.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal122982550.520.6200249.1710069.22
Hex7A62FF343E00f96445
Octal172142377647600371144105
Binary1111010110001011111111110100111110001111100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a62ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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