Html Css Color HEX #7246FF Medium Slate Blue

📋 copy color: '#7246FF'

red 114 ◦ green 70 ◦ blue 255

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

Shades of Medium Slate Blue #7246FF

Tints of Medium Slate Blue #7246FF

RGB

 RED value IS 114 (44.92% from 255) = 25.97%

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

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

R = 25.97%
G = 15.95%
B = 58.09%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7246FF (or 0x7246FF) is known color: Medium Slate Blue. HEX triplet: 72, 46 and FF. RGB value is (114,70,255). Sum of RGB (Red+Green+Blue) = 114+70+255=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #7246FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7246FF is #8DB900. Grayscale: #676767. Windows color (decimal): -9287937 or 16729714. OLE color: 16729714.

HSL color Cylindrical-coordinate representation of color #7246FF: hue angle of 254.27º 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 #7246FF is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 70 255 -
CMYK 0.55 0.73 0 0
HSL 254.27º 1% 0.64% -
HSV(B) 254.27º 0.73% 1% -
XYZ 27.18 15.18 96.1 -
YUV 104.25 213.08 134.96 -
System Red Green Blue C M Y K H S L
Decimal 114 70 255 0.55 0.73 0 0 254.27 1 0.64
Hex 72 46 FF 37 49 0 0 FE 64 40
Octal 162 106 377 67 111 0 0 376 144 100
Binary 1110010 1000110 11111111 110111 1001001 0 0 11111110 1100100 1000000

Color Harmonies of #7246FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7246FF

Black with #7246FF

Text Example


Text Example

White with #7246FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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