Html Css Color HEX #7062DB Slate Blue

📋 copy color: '#7062DB'

red 112 ◦ green 98 ◦ blue 219

#7062DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #7062DB

Tints of Slate Blue #7062DB

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 value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7062DB (or 0x7062DB) is known color: 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

RGB 112 98 219 -
CMYK 0.49 0.55 0 0.14
HSL 246.94º 0.63% 0.62% -
HSV(B) 246.94º 0.55% 0.86% -
XYZ 23.84 17.29 69.1 -
YUV 115.98 186.14 125.16 -
System Red Green Blue C M Y K H S L
Decimal 112 98 219 0.49 0.55 0 0.14 246.94 0.63 0.62
Hex 70 62 DB 31 37 0 E F7 3F 3E
Octal 160 142 333 61 67 0 16 367 77 76
Binary 1110000 1100010 11011011 110001 110111 0 1110 11110111 111111 111110

Color Harmonies of #7062DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7062DB

Black with #7062DB

Text Example


Text Example

White with #7062DB

Text Example


Text Example

HTML Codes & Css Web 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>