Html Css Color HEX #7076F8 Medium Slate Blue

📋 copy color: '#7076F8'

red 112 ◦ green 118 ◦ blue 248

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

Shades of Medium Slate Blue #7076F8

Tints of Medium Slate Blue #7076F8

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.69%

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

R = 23.43%
G = 24.69%
B = 51.88%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7076F8 (or 0x7076F8) is known color: Medium Slate Blue. HEX triplet: 70, 76 and F8. RGB value is (112,118,248). Sum of RGB (Red+Green+Blue) = 112+118+248=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 248 (97.27% from 255 or 51.88% from 478); Max value from RGB is 248 - color contains mainly: blue. Hex color #7076F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7076F8 is #8F8907. Grayscale: #828282. Windows color (decimal): -9406728 or 16283248. OLE color: 16283248.

HSL color Cylindrical-coordinate representation of color #7076F8: hue angle of 237.35º 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 #7076F8 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 118 248 -
CMYK 0.55 0.52 0 0.03
HSL 237.35º 0.91% 0.71% -
HSV(B) 237.35º 0.55% 0.97% -
XYZ 30.1 23.18 91.69 -
YUV 131.03 194.01 114.43 -
System Red Green Blue C M Y K H S L
Decimal 112 118 248 0.55 0.52 0 0.03 237.35 0.91 0.71
Hex 70 76 F8 37 34 0 3 ED 5B 47
Octal 160 166 370 67 64 0 3 355 133 107
Binary 1110000 1110110 11111000 110111 110100 0 11 11101101 1011011 1000111

Color Harmonies of #7076F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7076F8

Black with #7076F8

Text Example


Text Example

White with #7076F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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