Html Css Color HEX #7051FF Medium Slate Blue

📋 copy color: '#7051FF'

red 112 ◦ green 81 ◦ blue 255

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

Shades of Medium Slate Blue #7051FF

Tints of Medium Slate Blue #7051FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.92%

R = 25%
G = 18.08%
B = 56.92%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7051FF (or 0x7051FF) is known color: Medium Slate Blue. HEX triplet: 70, 51 and FF. RGB value is (112,81,255). Sum of RGB (Red+Green+Blue) = 112+81+255=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #7051FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7051FF is #8FAE00. Grayscale: #6D6D6D. Windows color (decimal): -9416193 or 16732528. OLE color: 16732528.

HSL color Cylindrical-coordinate representation of color #7051FF: hue angle of 250.69º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7051FF is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 81 255 -
CMYK 0.56 0.68 0 0
HSL 250.69º 1% 0.66% -
HSV(B) 250.69º 0.68% 1% -
XYZ 27.67 16.55 96.34 -
YUV 110.11 209.77 129.35 -
System Red Green Blue C M Y K H S L
Decimal 112 81 255 0.56 0.68 0 0 250.69 1 0.66
Hex 70 51 FF 38 44 0 0 FB 64 42
Octal 160 121 377 70 104 0 0 373 144 102
Binary 1110000 1010001 11111111 111000 1000100 0 0 11111011 1100100 1000010

Color Harmonies of #7051FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7051FF

Black with #7051FF

Text Example


Text Example

White with #7051FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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