Html Css Color HEX #7076DF Medium Slate Blue

📋 copy color: '#7076DF'

red 112 ◦ green 118 ◦ blue 223

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

Shades of Medium Slate Blue #7076DF

Tints of Medium Slate Blue #7076DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 24.72%
G = 26.05%
B = 49.23%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7076DF (or 0x7076DF) is known color: Medium Slate Blue. HEX triplet: 70, 76 and DF. RGB value is (112,118,223). Sum of RGB (Red+Green+Blue) = 112+118+223=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #7076DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7076DF is #8F8920. Grayscale: #7F7F7F. Windows color (decimal): -9406753 or 14644848. OLE color: 14644848.

HSL color Cylindrical-coordinate representation of color #7076DF: hue angle of 236.76º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7076DF is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 118 223 -
CMYK 0.50 0.47 0 0.13
HSL 236.76º 0.63% 0.66% -
HSV(B) 236.76º 0.5% 0.87% -
XYZ 26.48 21.73 72.61 -
YUV 128.18 181.51 116.46 -
System Red Green Blue C M Y K H S L
Decimal 112 118 223 0.50 0.47 0 0.13 236.76 0.63 0.66
Hex 70 76 DF 32 2F 0 D ED 3F 42
Octal 160 166 337 62 57 0 15 355 77 102
Binary 1110000 1110110 11011111 110010 101111 0 1101 11101101 111111 1000010

Color Harmonies of #7076DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7076DF

Black with #7076DF

Text Example


Text Example

White with #7076DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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