#7562CD

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

Shades of Slate Blue #7562CD

Tints of Slate Blue #7562CD

Color information

#7562CD (or 0x7562CD) is unknown color: approx Slate Blue. HEX triplet: 75, 62 and CD. RGB value is (117,98,205). Sum of RGB (Red+Green+Blue) = 117+98+205=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #7562CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7562CD is #8A9D32. Grayscale: #737373. Windows color (decimal): -9084211 or 13460085. OLE color: 13460085.

HSL color Cylindrical-coordinate representation of color #7562CD: hue angle of 250.65º degrees, saturation: 0.52, 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 #7562CD is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11798205-
CMYK0.430.5200.20
HSL250.65º51.69%59.41%-
HSV(B)250.65º52.2%80.39%-
XYZ22.7216.9359.83-
YUV115.88178.29128.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.86%
GREEN value IS 98 (38.67% from 255) = 23.33%
BLUE value IS 205 (80.47% from 255) = 48.81%
R=27.86%
G=23.33%
B=48.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117982050.430.5200.20250.6551.6959.41
Hex7562CD2B34014fb343b
Octal16514231553640243736473
Binary111010111000101100110110101111010001010011111011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7562CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7562CD; }

 p { color: rgb(117,98,205); }

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

<style>
 a { background-color: #7562CD; }

 a { background-color: rgb(117,98,205); }

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

<style>
 span { border-color: #7562CD; }

 span { border-color: rgb(117,98,205); }

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