#7A62CC

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

Shades of Slate Blue #7A62CC

Tints of Slate Blue #7A62CC

Color information

#7A62CC (or 0x7A62CC) is unknown color: approx Slate Blue. HEX triplet: 7A, 62 and CC. RGB value is (122,98,204). Sum of RGB (Red+Green+Blue) = 122+98+204=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A62CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A62CC is #859D33. Grayscale: #747474. Windows color (decimal): -8756532 or 13394554. OLE color: 13394554.

HSL color Cylindrical-coordinate representation of color #7A62CC: hue angle of 253.58º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A62CC is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12298204-
CMYK0.400.5200.2
HSL253.58º50.96%59.22%-
HSV(B)253.58º51.96%80%-
XYZ23.2917.2359.23-
YUV117.26176.95131.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.77%
GREEN value IS 98 (38.67% from 255) = 23.11%
BLUE value IS 204 (80.08% from 255) = 48.11%
R=28.77%
G=23.11%
B=48.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal122982040.400.5200.2253.5850.9659.22
Hex7A62CC2834014fe333b
Octal17214231450640243766373
Binary111101011000101100110010100011010001010011111110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A62CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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