Html Css Color HEX #7273EA Medium Slate Blue

📋 copy color: '#7273EA'

red 114 ◦ green 115 ◦ blue 234

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

Shades of Medium Slate Blue #7273EA

Tints of Medium Slate Blue #7273EA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.84%

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

R = 24.62%
G = 24.84%
B = 50.54%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7273EA (or 0x7273EA) is known color: Medium Slate Blue. HEX triplet: 72, 73 and EA. RGB value is (114,115,234). Sum of RGB (Red+Green+Blue) = 114+115+234=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #7273EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7273EA is #8D8C15. Grayscale: #7F7F7F. Windows color (decimal): -9276438 or 15364978. OLE color: 15364978.

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

Color convert

RGB 114 115 234 -
CMYK 0.51 0.51 0 0.08
HSL 239.5º 0.74% 0.68% -
HSV(B) 239.5º 0.51% 0.92% -
XYZ 27.92 21.78 80.57 -
YUV 128.27 187.67 117.82 -
System Red Green Blue C M Y K H S L
Decimal 114 115 234 0.51 0.51 0 0.08 239.5 0.74 0.68
Hex 72 73 EA 33 33 0 8 F0 4A 44
Octal 162 163 352 63 63 0 10 360 112 104
Binary 1110010 1110011 11101010 110011 110011 0 1000 11110000 1001010 1000100

Color Harmonies of #7273EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7273EA

Black with #7273EA

Text Example


Text Example

White with #7273EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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