Html Css Color HEX #7071DF Medium Slate Blue

📋 copy color: '#7071DF'

red 112 ◦ green 113 ◦ blue 223

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

Shades of Medium Slate Blue #7071DF

Tints of Medium Slate Blue #7071DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.22%

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

R = 25%
G = 25.22%
B = 49.78%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7071DF (or 0x7071DF) is known color: Medium Slate Blue. HEX triplet: 70, 71 and DF. RGB value is (112,113,223). Sum of RGB (Red+Green+Blue) = 112+113+223=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #7071DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7071DF is #8F8E20. Grayscale: #7C7C7C. Windows color (decimal): -9408033 or 14643568. OLE color: 14643568.

HSL color Cylindrical-coordinate representation of color #7071DF: hue angle of 239.46º 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 #7071DF is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 113 223 -
CMYK 0.50 0.49 0 0.13
HSL 239.46º 0.63% 0.66% -
HSV(B) 239.46º 0.5% 0.87% -
XYZ 25.91 20.58 72.42 -
YUV 125.24 183.17 118.56 -
System Red Green Blue C M Y K H S L
Decimal 112 113 223 0.50 0.49 0 0.13 239.46 0.63 0.66
Hex 70 71 DF 32 31 0 D EF 3F 42
Octal 160 161 337 62 61 0 15 357 77 102
Binary 1110000 1110001 11011111 110010 110001 0 1101 11101111 111111 1000010

Color Harmonies of #7071DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7071DF

Black with #7071DF

Text Example


Text Example

White with #7071DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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