Html Css Color HEX #7074F3 Medium Slate Blue

📋 copy color: '#7074F3'

red 112 ◦ green 116 ◦ blue 243

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

Shades of Medium Slate Blue #7074F3

Tints of Medium Slate Blue #7074F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.59%

R = 23.78%
G = 24.63%
B = 51.59%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7074F3 (or 0x7074F3) is known color: Medium Slate Blue. HEX triplet: 70, 74 and F3. RGB value is (112,116,243). Sum of RGB (Red+Green+Blue) = 112+116+243=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #7074F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7074F3 is #8F8B0C. Grayscale: #808080. Windows color (decimal): -9407245 or 15955056. OLE color: 15955056.

HSL color Cylindrical-coordinate representation of color #7074F3: hue angle of 238.17º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7074F3 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 116 243 -
CMYK 0.54 0.52 0 0.05
HSL 238.17º 0.85% 0.7% -
HSV(B) 238.17º 0.54% 0.95% -
XYZ 29.11 22.41 87.58 -
YUV 129.28 192.17 115.67 -
System Red Green Blue C M Y K H S L
Decimal 112 116 243 0.54 0.52 0 0.05 238.17 0.85 0.7
Hex 70 74 F3 36 34 0 5 EE 55 46
Octal 160 164 363 66 64 0 5 356 125 106
Binary 1110000 1110100 11110011 110110 110100 0 101 11101110 1010101 1000110

Color Harmonies of #7074F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7074F3

Black with #7074F3

Text Example


Text Example

White with #7074F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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