Html Css Color HEX #7076F7 Medium Slate Blue

📋 copy color: '#7076F7'

red 112 ◦ green 118 ◦ blue 247

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

Shades of Medium Slate Blue #7076F7

Tints of Medium Slate Blue #7076F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.78%

R = 23.48%
G = 24.74%
B = 51.78%

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

#7076F7 (or 0x7076F7) is known color: Medium Slate Blue. HEX triplet: 70, 76 and F7. RGB value is (112,118,247). Sum of RGB (Red+Green+Blue) = 112+118+247=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #7076F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7076F7 is #8F8908. Grayscale: #828282. Windows color (decimal): -9406729 or 16217712. OLE color: 16217712.

HSL color Cylindrical-coordinate representation of color #7076F7: hue angle of 237.33º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7076F7 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 118 247 -
CMYK 0.55 0.52 0 0.03
HSL 237.33º 0.89% 0.7% -
HSV(B) 237.33º 0.55% 0.97% -
XYZ 29.95 23.12 90.88 -
YUV 130.91 193.51 114.51 -
System Red Green Blue C M Y K H S L
Decimal 112 118 247 0.55 0.52 0 0.03 237.33 0.89 0.7
Hex 70 76 F7 37 34 0 3 ED 59 46
Octal 160 166 367 67 64 0 3 355 131 106
Binary 1110000 1110110 11110111 110111 110100 0 11 11101101 1011001 1000110

Color Harmonies of #7076F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7076F7

Black with #7076F7

Text Example


Text Example

White with #7076F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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