Html Css Color HEX #7254EF Medium Slate Blue

📋 copy color: '#7254EF'

red 114 ◦ green 84 ◦ blue 239

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

Shades of Medium Slate Blue #7254EF

Tints of Medium Slate Blue #7254EF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.22%

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

R = 26.09%
G = 19.22%
B = 54.69%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7254EF (or 0x7254EF) is known color: Medium Slate Blue. HEX triplet: 72, 54 and EF. RGB value is (114,84,239). Sum of RGB (Red+Green+Blue) = 114+84+239=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #7254EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7254EF is #8DAB10. Grayscale: #6E6E6E. Windows color (decimal): -9284369 or 15684722. OLE color: 15684722.

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

Color convert

RGB 114 84 239 -
CMYK 0.52 0.65 0 0.06
HSL 251.61º 0.83% 0.63% -
HSV(B) 251.61º 0.65% 0.94% -
XYZ 25.69 16.15 83.42 -
YUV 110.64 200.44 130.4 -
System Red Green Blue C M Y K H S L
Decimal 114 84 239 0.52 0.65 0 0.06 251.61 0.83 0.63
Hex 72 54 EF 34 41 0 6 FC 53 3F
Octal 162 124 357 64 101 0 6 374 123 77
Binary 1110010 1010100 11101111 110100 1000001 0 110 11111100 1010011 111111

Color Harmonies of #7254EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7254EF

Black with #7254EF

Text Example


Text Example

White with #7254EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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