Html Css Color HEX #7074EB Medium Slate Blue

📋 copy color: '#7074EB'

red 112 ◦ green 116 ◦ blue 235

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

Shades of Medium Slate Blue #7074EB

Tints of Medium Slate Blue #7074EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 24.19%
G = 25.05%
B = 50.76%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7074EB (or 0x7074EB) is known color: Medium Slate Blue. HEX triplet: 70, 74 and EB. RGB value is (112,116,235). Sum of RGB (Red+Green+Blue) = 112+116+235=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #7074EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7074EB is #8F8B14. Grayscale: #7F7F7F. Windows color (decimal): -9407253 or 15430768. OLE color: 15430768.

HSL color Cylindrical-coordinate representation of color #7074EB: hue angle of 238.05º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7074EB is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 116 235 -
CMYK 0.52 0.51 0 0.08
HSL 238.05º 0.75% 0.68% -
HSV(B) 238.05º 0.52% 0.92% -
XYZ 27.92 21.93 81.36 -
YUV 128.37 188.17 116.32 -
System Red Green Blue C M Y K H S L
Decimal 112 116 235 0.52 0.51 0 0.08 238.05 0.75 0.68
Hex 70 74 EB 34 33 0 8 EE 4B 44
Octal 160 164 353 64 63 0 10 356 113 104
Binary 1110000 1110100 11101011 110100 110011 0 1000 11101110 1001011 1000100

Color Harmonies of #7074EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7074EB

Black with #7074EB

Text Example


Text Example

White with #7074EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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