Html Css Color HEX #7053DB Slate Blue

📋 copy color: '#7053DB'

red 112 ◦ green 83 ◦ blue 219

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

Shades of Slate Blue #7053DB

Tints of Slate Blue #7053DB

RGB

 RED value IS 112 (44.14% from 255) = 27.05%

 GREEN value IS 83 (32.81% from 255) = 20.05%

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 27.05%
G = 20.05%
B = 52.9%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7053DB (or 0x7053DB) is known color: Slate Blue. HEX triplet: 70, 53 and DB. RGB value is (112,83,219). Sum of RGB (Red+Green+Blue) = 112+83+219=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #7053DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7053DB is #8FAC24. Grayscale: #6A6A6A. Windows color (decimal): -9415717 or 14373744. OLE color: 14373744.

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

Color convert

RGB 112 83 219 -
CMYK 0.49 0.62 0 0.14
HSL 252.79º 0.65% 0.59% -
HSV(B) 252.79º 0.62% 0.86% -
XYZ 22.56 14.75 68.67 -
YUV 107.18 191.11 131.44 -
System Red Green Blue C M Y K H S L
Decimal 112 83 219 0.49 0.62 0 0.14 252.79 0.65 0.59
Hex 70 53 DB 31 3E 0 E FD 41 3B
Octal 160 123 333 61 76 0 16 375 101 73
Binary 1110000 1010011 11011011 110001 111110 0 1110 11111101 1000001 111011

Color Harmonies of #7053DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7053DB

Black with #7053DB

Text Example


Text Example

White with #7053DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7053DB;
 }
 .AnyTagClassName
 {
   color: #7053DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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