Html Css Color HEX #7061DF Medium Slate Blue

📋 copy color: '#7061DF'

red 112 ◦ green 97 ◦ blue 223

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

Shades of Medium Slate Blue #7061DF

Tints of Medium Slate Blue #7061DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.45%

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

R = 25.93%
G = 22.45%
B = 51.62%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7061DF (or 0x7061DF) is known color: Medium Slate Blue. HEX triplet: 70, 61 and DF. RGB value is (112,97,223). Sum of RGB (Red+Green+Blue) = 112+97+223=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #7061DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7061DF is #8F9E20. Grayscale: #737373. Windows color (decimal): -9412129 or 14639472. OLE color: 14639472.

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

Color convert

RGB 112 97 223 -
CMYK 0.50 0.57 0 0.13
HSL 247.14º 0.66% 0.63% -
HSV(B) 247.14º 0.57% 0.87% -
XYZ 24.28 17.32 71.88 -
YUV 115.85 188.47 125.25 -
System Red Green Blue C M Y K H S L
Decimal 112 97 223 0.50 0.57 0 0.13 247.14 0.66 0.63
Hex 70 61 DF 32 39 0 D F7 42 3F
Octal 160 141 337 62 71 0 15 367 102 77
Binary 1110000 1100001 11011111 110010 111001 0 1101 11110111 1000010 111111

Color Harmonies of #7061DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7061DF

Black with #7061DF

Text Example


Text Example

White with #7061DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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