Html Css Color HEX #7246EB Medium Slate Blue

📋 copy color: '#7246EB'

red 114 ◦ green 70 ◦ blue 235

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

Shades of Medium Slate Blue #7246EB

Tints of Medium Slate Blue #7246EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.09%

R = 27.21%
G = 16.71%
B = 56.09%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7246EB (or 0x7246EB) is known color: Medium Slate Blue. HEX triplet: 72, 46 and EB. RGB value is (114,70,235). Sum of RGB (Red+Green+Blue) = 114+70+235=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #7246EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7246EB is #8DB914. Grayscale: #656565. Windows color (decimal): -9287957 or 15418994. OLE color: 15418994.

HSL color Cylindrical-coordinate representation of color #7246EB: hue angle of 256º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7246EB is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 70 235 -
CMYK 0.51 0.70 0 0.08
HSL 256º 0.8% 0.6% -
HSV(B) 256º 0.7% 0.92% -
XYZ 24.12 13.96 80.02 -
YUV 101.97 203.08 136.58 -
System Red Green Blue C M Y K H S L
Decimal 114 70 235 0.51 0.70 0 0.08 256 0.8 0.6
Hex 72 46 EB 33 46 0 8 100 50 3C
Octal 162 106 353 63 106 0 10 400 120 74
Binary 1110010 1000110 11101011 110011 1000110 0 1000 100000000 1010000 111100

Color Harmonies of #7246EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7246EB

Black with #7246EB

Text Example


Text Example

White with #7246EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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