Html Css Color HEX #7253EA Medium Slate Blue

📋 copy color: '#7253EA'

red 114 ◦ green 83 ◦ blue 234

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

Shades of Medium Slate Blue #7253EA

Tints of Medium Slate Blue #7253EA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.26%

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 26.45%
G = 19.26%
B = 54.29%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7253EA (or 0x7253EA) is known color: Medium Slate Blue. HEX triplet: 72, 53 and EA. RGB value is (114,83,234). Sum of RGB (Red+Green+Blue) = 114+83+234=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #7253EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7253EA is #8DAC15. Grayscale: #6C6C6C. Windows color (decimal): -9284630 or 15356786. OLE color: 15356786.

HSL color Cylindrical-coordinate representation of color #7253EA: hue angle of 252.32º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7253EA is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 83 234 -
CMYK 0.51 0.65 0 0.08
HSL 252.32º 0.78% 0.62% -
HSV(B) 252.32º 0.65% 0.92% -
XYZ 24.88 15.7 79.56 -
YUV 109.48 198.27 131.22 -
System Red Green Blue C M Y K H S L
Decimal 114 83 234 0.51 0.65 0 0.08 252.32 0.78 0.62
Hex 72 53 EA 33 41 0 8 FC 4E 3E
Octal 162 123 352 63 101 0 10 374 116 76
Binary 1110010 1010011 11101010 110011 1000001 0 1000 11111100 1001110 111110

Color Harmonies of #7253EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7253EA

Black with #7253EA

Text Example


Text Example

White with #7253EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7253EA; }

 p { color: rgb(114,83,234); }

 H1.HeaderClassName
 {
   color: #7253EA;
 }
 .AnyTagClassName
 {
   color: #7253EA;
 }
</style>

background-color css

<style>
 a { background-color: #7253EA; }

 a { background-color: rgb(114,83,234); }

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

border-color css

<style>
 span { border-color: #7253EA; }

 span { border-color: rgb(114,83,234); }

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