Html Css Color HEX #7051F7 Medium Slate Blue

📋 copy color: '#7051F7'

red 112 ◦ green 81 ◦ blue 247

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

Shades of Medium Slate Blue #7051F7

Tints of Medium Slate Blue #7051F7

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.41%

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

R = 25.45%
G = 18.41%
B = 56.14%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7051F7 (or 0x7051F7) is known color: Medium Slate Blue. HEX triplet: 70, 51 and F7. RGB value is (112,81,247). Sum of RGB (Red+Green+Blue) = 112+81+247=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 247 (96.88% from 255 or 56.14% from 440); Max value from RGB is 247 - color contains mainly: blue. Hex color #7051F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7051F7 is #8FAE08. Grayscale: #6C6C6C. Windows color (decimal): -9416201 or 16208240. OLE color: 16208240.

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

Color convert

RGB 112 81 247 -
CMYK 0.55 0.67 0 0.03
HSL 251.2º 0.91% 0.64% -
HSV(B) 251.2º 0.67% 0.97% -
XYZ 26.41 16.05 89.7 -
YUV 109.19 205.77 130 -
System Red Green Blue C M Y K H S L
Decimal 112 81 247 0.55 0.67 0 0.03 251.2 0.91 0.64
Hex 70 51 F7 37 43 0 3 FB 5B 40
Octal 160 121 367 67 103 0 3 373 133 100
Binary 1110000 1010001 11110111 110111 1000011 0 11 11111011 1011011 1000000

Color Harmonies of #7051F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7051F7

Black with #7051F7

Text Example


Text Example

White with #7051F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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