#7062DB

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

Shades of Slate Blue #7062DB

Tints of Slate Blue #7062DB

Color information

#7062DB (or 0x7062DB) is unknown color: approx Slate Blue. HEX triplet: 70, 62 and DB. RGB value is (112,98,219). Sum of RGB (Red+Green+Blue) = 112+98+219=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #7062DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7062DB is #8F9D24. Grayscale: #737373. Windows color (decimal): -9411877 or 14377584. OLE color: 14377584.

HSL color Cylindrical-coordinate representation of color #7062DB: hue angle of 246.94º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7062DB is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11298219-
CMYK0.490.5500.14
HSL246.94º62.69%62.16%-
HSV(B)246.94º55.25%85.88%-
XYZ23.8417.2969.1-
YUV115.98186.14125.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 219 (85.94% from 255) = 51.05%
R=26.11%
G=22.84%
B=51.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal112982190.490.5500.14246.9462.6962.16
Hex7062DB31370Ef73f3e
Octal16014233361670163677776
Binary11100001100010110110111100011101110111011110111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7062DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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