#7A62D6

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

Shades of Slate Blue #7A62D6

Tints of Slate Blue #7A62D6

Color information

#7A62D6 (or 0x7A62D6) is unknown color: approx Slate Blue. HEX triplet: 7A, 62 and D6. RGB value is (122,98,214). Sum of RGB (Red+Green+Blue) = 122+98+214=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #7A62D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A62D6 is #859D29. Grayscale: #757575. Windows color (decimal): -8756522 or 14049914. OLE color: 14049914.

HSL color Cylindrical-coordinate representation of color #7A62D6: hue angle of 252.41º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A62D6 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12298214-
CMYK0.430.5400.16
HSL252.41º58.59%61.18%-
HSV(B)252.41º54.21%83.92%-
XYZ24.5317.7365.75-
YUV118.4181.95130.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.11%
GREEN value IS 98 (38.67% from 255) = 22.58%
BLUE value IS 214 (83.98% from 255) = 49.31%
R=28.11%
G=22.58%
B=49.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal122982140.430.5400.16252.4158.5961.18
Hex7A62D62B36010fc3b3d
Octal17214232653660203747375
Binary111101011000101101011010101111011001000011111100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A62D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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