Html Css Color HEX #7046FF Medium Slate Blue

📋 copy color: '#7046FF'

red 112 ◦ green 70 ◦ blue 255

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

Shades of Medium Slate Blue #7046FF

Tints of Medium Slate Blue #7046FF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.02%

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

R = 25.63%
G = 16.02%
B = 58.35%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7046FF (or 0x7046FF) is known color: Medium Slate Blue. HEX triplet: 70, 46 and FF. RGB value is (112,70,255). Sum of RGB (Red+Green+Blue) = 112+70+255=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #7046FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7046FF is #8FB900. Grayscale: #666666. Windows color (decimal): -9419009 or 16729712. OLE color: 16729712.

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

Color convert

RGB 112 70 255 -
CMYK 0.56 0.73 0 0
HSL 253.62º 1% 0.64% -
HSV(B) 253.62º 0.73% 1% -
XYZ 26.92 15.05 96.09 -
YUV 103.65 213.41 133.96 -
System Red Green Blue C M Y K H S L
Decimal 112 70 255 0.56 0.73 0 0 253.62 1 0.64
Hex 70 46 FF 38 49 0 0 FE 64 40
Octal 160 106 377 70 111 0 0 376 144 100
Binary 1110000 1000110 11111111 111000 1001001 0 0 11111110 1100100 1000000

Color Harmonies of #7046FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7046FF

Black with #7046FF

Text Example


Text Example

White with #7046FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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