Html Css Color HEX #7259FD Medium Slate Blue

📋 copy color: '#7259FD'

red 114 ◦ green 89 ◦ blue 253

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

Shades of Medium Slate Blue #7259FD

Tints of Medium Slate Blue #7259FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.48%

R = 25%
G = 19.52%
B = 55.48%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7259FD (or 0x7259FD) is known color: Medium Slate Blue. HEX triplet: 72, 59 and FD. RGB value is (114,89,253). Sum of RGB (Red+Green+Blue) = 114+89+253=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #7259FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7259FD is #8DA602. Grayscale: #727272. Windows color (decimal): -9283075 or 16603506. OLE color: 16603506.

HSL color Cylindrical-coordinate representation of color #7259FD: hue angle of 249.15º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7259FD is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 114 89 253 -
CMYK 0.55 0.65 0 0.01
HSL 249.15º 0.98% 0.67% -
HSV(B) 249.15º 0.65% 0.99% -
XYZ 28.24 17.81 94.88 -
YUV 115.17 205.78 127.16 -
System Red Green Blue C M Y K H S L
Decimal 114 89 253 0.55 0.65 0 0.01 249.15 0.98 0.67
Hex 72 59 FD 37 41 0 1 F9 62 43
Octal 162 131 375 67 101 0 1 371 142 103
Binary 1110010 1011001 11111101 110111 1000001 0 1 11111001 1100010 1000011

Color Harmonies of #7259FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259FD

Black with #7259FD

Text Example


Text Example

White with #7259FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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