Html Css Color HEX #7273EF Medium Slate Blue

📋 copy color: '#7273EF'

red 114 ◦ green 115 ◦ blue 239

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

Shades of Medium Slate Blue #7273EF

Tints of Medium Slate Blue #7273EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 24.36%
G = 24.57%
B = 51.07%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7273EF (or 0x7273EF) is known color: Medium Slate Blue. HEX triplet: 72, 73 and EF. RGB value is (114,115,239). Sum of RGB (Red+Green+Blue) = 114+115+239=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #7273EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7273EF is #8D8C10. Grayscale: #808080. Windows color (decimal): -9276433 or 15692658. OLE color: 15692658.

HSL color Cylindrical-coordinate representation of color #7273EF: hue angle of 239.52º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7273EF is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 115 239 -
CMYK 0.52 0.52 0 0.06
HSL 239.52º 0.8% 0.69% -
HSV(B) 239.52º 0.52% 0.94% -
XYZ 28.65 22.07 84.41 -
YUV 128.84 190.17 117.42 -
System Red Green Blue C M Y K H S L
Decimal 114 115 239 0.52 0.52 0 0.06 239.52 0.8 0.69
Hex 72 73 EF 34 34 0 6 F0 50 45
Octal 162 163 357 64 64 0 6 360 120 105
Binary 1110010 1110011 11101111 110100 110100 0 110 11110000 1010000 1000101

Color Harmonies of #7273EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7273EF

Black with #7273EF

Text Example


Text Example

White with #7273EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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