Html Css Color HEX #7870EC Medium Slate Blue

📋 copy color: '#7870EC'

red 120 ◦ green 112 ◦ blue 236

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

Shades of Medium Slate Blue #7870EC

Tints of Medium Slate Blue #7870EC

RGB

 RED value IS 120 (47.27% from 255) = 25.64%

 GREEN value IS 112 (44.14% from 255) = 23.93%

 BLUE value IS 236 (92.58% from 255) = 50.43%

R = 25.64%
G = 23.93%
B = 50.43%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7870EC (or 0x7870EC) is known color: Medium Slate Blue. HEX triplet: 78, 70 and EC. RGB value is (120,112,236). Sum of RGB (Red+Green+Blue) = 120+112+236=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #7870EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7870EC is #878F13. Grayscale: #808080. Windows color (decimal): -8883988 or 15495288. OLE color: 15495288.

HSL color Cylindrical-coordinate representation of color #7870EC: hue angle of 243.87º degrees, saturation: 0.77, 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 #7870EC is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 112 236 -
CMYK 0.49 0.53 0 0.07
HSL 243.87º 0.77% 0.68% -
HSV(B) 243.87º 0.53% 0.93% -
XYZ 28.68 21.64 82.02 -
YUV 128.53 188.65 121.92 -
System Red Green Blue C M Y K H S L
Decimal 120 112 236 0.49 0.53 0 0.07 243.87 0.77 0.68
Hex 78 70 EC 31 35 0 7 F4 4D 44
Octal 170 160 354 61 65 0 7 364 115 104
Binary 1111000 1110000 11101100 110001 110101 0 111 11110100 1001101 1000100

Color Harmonies of #7870EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7870EC

Black with #7870EC

Text Example


Text Example

White with #7870EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7870EC; }

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

 H1.HeaderClassName
 {
   color: #7870EC;
 }
 .AnyTagClassName
 {
   color: #7870EC;
 }
</style>

background-color css

<style>
 a { background-color: #7870EC; }

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

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

border-color css

<style>
 span { border-color: #7870EC; }

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

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