Html Css Color HEX #7079F8 Medium Slate Blue

📋 copy color: '#7079F8'

red 112 ◦ green 121 ◦ blue 248

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

Shades of Medium Slate Blue #7079F8

Tints of Medium Slate Blue #7079F8

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.16%

 BLUE value IS 248 (97.27% from 255) = 51.56%

R = 23.28%
G = 25.16%
B = 51.56%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7079F8 (or 0x7079F8) is known color: Medium Slate Blue. HEX triplet: 70, 79 and F8. RGB value is (112,121,248). Sum of RGB (Red+Green+Blue) = 112+121+248=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #7079F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7079F8 is #8F8607. Grayscale: #848484. Windows color (decimal): -9405960 or 16284016. OLE color: 16284016.

HSL color Cylindrical-coordinate representation of color #7079F8: hue angle of 236.03º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7079F8 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 121 248 -
CMYK 0.55 0.51 0 0.03
HSL 236.03º 0.91% 0.71% -
HSV(B) 236.03º 0.55% 0.97% -
XYZ 30.46 23.9 91.81 -
YUV 132.79 193.02 113.17 -
System Red Green Blue C M Y K H S L
Decimal 112 121 248 0.55 0.51 0 0.03 236.03 0.91 0.71
Hex 70 79 F8 37 33 0 3 EC 5B 47
Octal 160 171 370 67 63 0 3 354 133 107
Binary 1110000 1111001 11111000 110111 110011 0 11 11101100 1011011 1000111

Color Harmonies of #7079F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7079F8

Black with #7079F8

Text Example


Text Example

White with #7079F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7079F8; }

 p { color: rgb(112,121,248); }

 H1.HeaderClassName
 {
   color: #7079F8;
 }
 .AnyTagClassName
 {
   color: #7079F8;
 }
</style>

background-color css

<style>
 a { background-color: #7079F8; }

 a { background-color: rgb(112,121,248); }

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

border-color css

<style>
 span { border-color: #7079F8; }

 span { border-color: rgb(112,121,248); }

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