Html Css Color HEX #7078F6 Medium Slate Blue

📋 copy color: '#7078F6'

red 112 ◦ green 120 ◦ blue 246

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

Shades of Medium Slate Blue #7078F6

Tints of Medium Slate Blue #7078F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.46%

R = 23.43%
G = 25.1%
B = 51.46%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7078F6 (or 0x7078F6) is known color: Medium Slate Blue. HEX triplet: 70, 78 and F6. RGB value is (112,120,246). Sum of RGB (Red+Green+Blue) = 112+120+246=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 246 (96.48% from 255 or 51.46% from 478); Max value from RGB is 246 - color contains mainly: blue. Hex color #7078F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7078F6 is #8F8709. Grayscale: #838383. Windows color (decimal): -9406218 or 16152688. OLE color: 16152688.

HSL color Cylindrical-coordinate representation of color #7078F6: hue angle of 236.42º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7078F6 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 120 246 -
CMYK 0.54 0.51 0 0.04
HSL 236.42º 0.88% 0.7% -
HSV(B) 236.42º 0.54% 0.96% -
XYZ 30.03 23.53 90.15 -
YUV 131.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 112 120 246 0.54 0.51 0 0.04 236.42 0.88 0.7
Hex 70 78 F6 36 33 0 4 EC 58 46
Octal 160 170 366 66 63 0 4 354 130 106
Binary 1110000 1111000 11110110 110110 110011 0 100 11101100 1011000 1000110

Color Harmonies of #7078F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7078F6

Black with #7078F6

Text Example


Text Example

White with #7078F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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