Html Css Color HEX #7259EF Medium Slate Blue

📋 copy color: '#7259EF'

red 114 ◦ green 89 ◦ blue 239

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

Shades of Medium Slate Blue #7259EF

Tints of Medium Slate Blue #7259EF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.14%

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

R = 25.79%
G = 20.14%
B = 54.07%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7259EF (or 0x7259EF) is known color: Medium Slate Blue. HEX triplet: 72, 59 and EF. RGB value is (114,89,239). Sum of RGB (Red+Green+Blue) = 114+89+239=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #7259EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7259EF is #8DA610. Grayscale: #717171. Windows color (decimal): -9283089 or 15686002. OLE color: 15686002.

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

Color convert

RGB 114 89 239 -
CMYK 0.52 0.63 0 0.06
HSL 250º 0.82% 0.64% -
HSV(B) 250º 0.63% 0.94% -
XYZ 26.09 16.95 83.56 -
YUV 113.58 198.78 128.3 -
System Red Green Blue C M Y K H S L
Decimal 114 89 239 0.52 0.63 0 0.06 250 0.82 0.64
Hex 72 59 EF 34 3F 0 6 FA 52 40
Octal 162 131 357 64 77 0 6 372 122 100
Binary 1110010 1011001 11101111 110100 111111 0 110 11111010 1010010 1000000

Color Harmonies of #7259EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259EF

Black with #7259EF

Text Example


Text Example

White with #7259EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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