Html Css Color HEX #7078ED Medium Slate Blue

📋 copy color: '#7078ED'

red 112 ◦ green 120 ◦ blue 237

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

Shades of Medium Slate Blue #7078ED

Tints of Medium Slate Blue #7078ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.53%

R = 23.88%
G = 25.59%
B = 50.53%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7078ED (or 0x7078ED) is known color: Medium Slate Blue. HEX triplet: 70, 78 and ED. RGB value is (112,120,237). Sum of RGB (Red+Green+Blue) = 112+120+237=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 120 (47.27% from 255 or 25.59% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #7078ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7078ED is #8F8712. Grayscale: #828282. Windows color (decimal): -9406227 or 15562864. OLE color: 15562864.

HSL color Cylindrical-coordinate representation of color #7078ED: hue angle of 236.16º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7078ED is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 120 237 -
CMYK 0.53 0.49 0 0.07
HSL 236.16º 0.78% 0.68% -
HSV(B) 236.16º 0.53% 0.93% -
XYZ 28.68 22.99 83.05 -
YUV 130.95 187.85 114.49 -
System Red Green Blue C M Y K H S L
Decimal 112 120 237 0.53 0.49 0 0.07 236.16 0.78 0.68
Hex 70 78 ED 35 31 0 7 EC 4E 44
Octal 160 170 355 65 61 0 7 354 116 104
Binary 1110000 1111000 11101101 110101 110001 0 111 11101100 1001110 1000100

Color Harmonies of #7078ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7078ED

Black with #7078ED

Text Example


Text Example

White with #7078ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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