#7062CF

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

Shades of Slate Blue #7062CF

Tints of Slate Blue #7062CF

Color information

#7062CF (or 0x7062CF) is unknown color: approx Slate Blue. HEX triplet: 70, 62 and CF. RGB value is (112,98,207). Sum of RGB (Red+Green+Blue) = 112+98+207=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #7062CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7062CF is #8F9D30. Grayscale: #727272. Windows color (decimal): -9411889 or 13591152. OLE color: 13591152.

HSL color Cylindrical-coordinate representation of color #7062CF: hue angle of 247.71º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7062CF is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11298207-
CMYK0.460.5300.19
HSL247.71º53.17%59.8%-
HSV(B)247.71º52.66%81.18%-
XYZ22.3116.6961.08-
YUV114.61180.14126.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 98 (38.67% from 255) = 23.50%
BLUE value IS 207 (81.25% from 255) = 49.64%
R=26.86%
G=23.50%
B=49.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal112982070.460.5300.19247.7153.1759.8
Hex7062CF2E35013f8353c
Octal16014231756650233706574
Binary111000011000101100111110111011010101001111111000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7062CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7062CF; }

 p { color: rgb(112,98,207); }

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

<style>
 a { background-color: #7062CF; }

 a { background-color: rgb(112,98,207); }

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

<style>
 span { border-color: #7062CF; }

 span { border-color: rgb(112,98,207); }

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