Html Css Color HEX #7074DF Medium Slate Blue

📋 copy color: '#7074DF'

red 112 ◦ green 116 ◦ blue 223

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

Shades of Medium Slate Blue #7074DF

Tints of Medium Slate Blue #7074DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.72%

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

R = 24.83%
G = 25.72%
B = 49.45%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7074DF (or 0x7074DF) is known color: Medium Slate Blue. HEX triplet: 70, 74 and DF. RGB value is (112,116,223). Sum of RGB (Red+Green+Blue) = 112+116+223=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #7074DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7074DF is #8F8B20. Grayscale: #7E7E7E. Windows color (decimal): -9407265 or 14644336. OLE color: 14644336.

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

Color convert

RGB 112 116 223 -
CMYK 0.50 0.48 0 0.13
HSL 237.84º 0.63% 0.66% -
HSV(B) 237.84º 0.5% 0.87% -
XYZ 26.25 21.26 72.53 -
YUV 127 182.17 117.3 -
System Red Green Blue C M Y K H S L
Decimal 112 116 223 0.50 0.48 0 0.13 237.84 0.63 0.66
Hex 70 74 DF 32 30 0 D EE 3F 42
Octal 160 164 337 62 60 0 15 356 77 102
Binary 1110000 1110100 11011111 110010 110000 0 1101 11101110 111111 1000010

Color Harmonies of #7074DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7074DF

Black with #7074DF

Text Example


Text Example

White with #7074DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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