Html Css Color HEX #7074EE Medium Slate Blue

📋 copy color: '#7074EE'

red 112 ◦ green 116 ◦ blue 238

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

Shades of Medium Slate Blue #7074EE

Tints of Medium Slate Blue #7074EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.07%

R = 24.03%
G = 24.89%
B = 51.07%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7074EE (or 0x7074EE) is known color: Medium Slate Blue. HEX triplet: 70, 74 and EE. RGB value is (112,116,238). Sum of RGB (Red+Green+Blue) = 112+116+238=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #7074EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7074EE is #8F8B11. Grayscale: #808080. Windows color (decimal): -9407250 or 15627376. OLE color: 15627376.

HSL color Cylindrical-coordinate representation of color #7074EE: hue angle of 238.1º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7074EE is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 116 238 -
CMYK 0.53 0.51 0 0.07
HSL 238.1º 0.79% 0.69% -
HSV(B) 238.1º 0.53% 0.93% -
XYZ 28.36 22.11 83.66 -
YUV 128.71 189.67 116.08 -
System Red Green Blue C M Y K H S L
Decimal 112 116 238 0.53 0.51 0 0.07 238.1 0.79 0.69
Hex 70 74 EE 35 33 0 7 EE 4F 45
Octal 160 164 356 65 63 0 7 356 117 105
Binary 1110000 1110100 11101110 110101 110011 0 111 11101110 1001111 1000101

Color Harmonies of #7074EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7074EE

Black with #7074EE

Text Example


Text Example

White with #7074EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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