Html Css Color HEX #7078EB Medium Slate Blue

📋 copy color: '#7078EB'

red 112 ◦ green 120 ◦ blue 235

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

Shades of Medium Slate Blue #7078EB

Tints of Medium Slate Blue #7078EB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.7%

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

R = 23.98%
G = 25.7%
B = 50.32%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7078EB (or 0x7078EB) is known color: Medium Slate Blue. HEX triplet: 70, 78 and EB. RGB value is (112,120,235). Sum of RGB (Red+Green+Blue) = 112+120+235=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #7078EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7078EB is #8F8714. Grayscale: #828282. Windows color (decimal): -9406229 or 15431792. OLE color: 15431792.

HSL color Cylindrical-coordinate representation of color #7078EB: hue angle of 236.1º 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 #7078EB is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 120 235 -
CMYK 0.52 0.49 0 0.08
HSL 236.1º 0.75% 0.68% -
HSV(B) 236.1º 0.52% 0.92% -
XYZ 28.39 22.88 81.52 -
YUV 130.72 186.85 114.65 -
System Red Green Blue C M Y K H S L
Decimal 112 120 235 0.52 0.49 0 0.08 236.1 0.75 0.68
Hex 70 78 EB 34 31 0 8 EC 4B 44
Octal 160 170 353 64 61 0 10 354 113 104
Binary 1110000 1111000 11101011 110100 110001 0 1000 11101100 1001011 1000100

Color Harmonies of #7078EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7078EB

Black with #7078EB

Text Example


Text Example

White with #7078EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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