Html Css Color HEX #7076DB Medium Slate Blue

📋 copy color: '#7076DB'

red 112 ◦ green 118 ◦ blue 219

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

Shades of Medium Slate Blue #7076DB

Tints of Medium Slate Blue #7076DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.28%

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

R = 24.94%
G = 26.28%
B = 48.78%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7076DB (or 0x7076DB) is known color: Medium Slate Blue. HEX triplet: 70, 76 and DB. RGB value is (112,118,219). Sum of RGB (Red+Green+Blue) = 112+118+219=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #7076DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7076DB is #8F8924. Grayscale: #7F7F7F. Windows color (decimal): -9406757 or 14382704. OLE color: 14382704.

HSL color Cylindrical-coordinate representation of color #7076DB: hue angle of 236.64º 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 #7076DB is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 118 219 -
CMYK 0.49 0.46 0 0.14
HSL 236.64º 0.6% 0.65% -
HSV(B) 236.64º 0.49% 0.86% -
XYZ 25.95 21.52 69.8 -
YUV 127.72 179.51 116.79 -
System Red Green Blue C M Y K H S L
Decimal 112 118 219 0.49 0.46 0 0.14 236.64 0.6 0.65
Hex 70 76 DB 31 2E 0 E ED 3C 41
Octal 160 166 333 61 56 0 16 355 74 101
Binary 1110000 1110110 11011011 110001 101110 0 1110 11101101 111100 1000001

Color Harmonies of #7076DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7076DB

Black with #7076DB

Text Example


Text Example

White with #7076DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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