Html Css Color HEX #7078DB Medium Slate Blue

📋 copy color: '#7078DB'

red 112 ◦ green 120 ◦ blue 219

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

Shades of Medium Slate Blue #7078DB

Tints of Medium Slate Blue #7078DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.61%

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

R = 24.83%
G = 26.61%
B = 48.56%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7078DB (or 0x7078DB) is known color: Medium Slate Blue. HEX triplet: 70, 78 and DB. RGB value is (112,120,219). Sum of RGB (Red+Green+Blue) = 112+120+219=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #7078DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7078DB is #8F8724. Grayscale: #808080. Windows color (decimal): -9406245 or 14383216. OLE color: 14383216.

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

Color convert

RGB 112 120 219 -
CMYK 0.49 0.45 0 0.14
HSL 235.51º 0.6% 0.65% -
HSV(B) 235.51º 0.49% 0.86% -
XYZ 26.18 21.99 69.88 -
YUV 128.89 178.85 115.95 -
System Red Green Blue C M Y K H S L
Decimal 112 120 219 0.49 0.45 0 0.14 235.51 0.6 0.65
Hex 70 78 DB 31 2D 0 E EC 3C 41
Octal 160 170 333 61 55 0 16 354 74 101
Binary 1110000 1111000 11011011 110001 101101 0 1110 11101100 111100 1000001

Color Harmonies of #7078DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7078DB

Black with #7078DB

Text Example


Text Example

White with #7078DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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