Html Css Color HEX #7259ED Medium Slate Blue

📋 copy color: '#7259ED'

red 114 ◦ green 89 ◦ blue 237

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

Shades of Medium Slate Blue #7259ED

Tints of Medium Slate Blue #7259ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.86%

R = 25.91%
G = 20.23%
B = 53.86%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7259ED (or 0x7259ED) is known color: Medium Slate Blue. HEX triplet: 72, 59 and ED. RGB value is (114,89,237). Sum of RGB (Red+Green+Blue) = 114+89+237=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #7259ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7259ED is #8DA612. Grayscale: #707070. Windows color (decimal): -9283091 or 15554930. OLE color: 15554930.

HSL color Cylindrical-coordinate representation of color #7259ED: hue angle of 250.14º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7259ED is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 89 237 -
CMYK 0.52 0.62 0 0.07
HSL 250.14º 0.8% 0.64% -
HSV(B) 250.14º 0.62% 0.93% -
XYZ 25.8 16.84 82.01 -
YUV 113.35 197.78 128.47 -
System Red Green Blue C M Y K H S L
Decimal 114 89 237 0.52 0.62 0 0.07 250.14 0.8 0.64
Hex 72 59 ED 34 3E 0 7 FA 50 40
Octal 162 131 355 64 76 0 7 372 120 100
Binary 1110010 1011001 11101101 110100 111110 0 111 11111010 1010000 1000000

Color Harmonies of #7259ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259ED

Black with #7259ED

Text Example


Text Example

White with #7259ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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