Html Css Color HEX #7257F9 Medium Slate Blue

📋 copy color: '#7257F9'

red 114 ◦ green 87 ◦ blue 249

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

Shades of Medium Slate Blue #7257F9

Tints of Medium Slate Blue #7257F9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.33%

 BLUE value IS 249 (97.66% from 255) = 55.33%

R = 25.33%
G = 19.33%
B = 55.33%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7257F9 (or 0x7257F9) is known color: Medium Slate Blue. HEX triplet: 72, 57 and F9. RGB value is (114,87,249). Sum of RGB (Red+Green+Blue) = 114+87+249=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #7257F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7257F9 is #8DA806. Grayscale: #707070. Windows color (decimal): -9283591 or 16340850. OLE color: 16340850.

HSL color Cylindrical-coordinate representation of color #7257F9: hue angle of 250º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7257F9 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 87 249 -
CMYK 0.54 0.65 0 0.02
HSL 250º 0.93% 0.66% -
HSV(B) 250º 0.65% 0.98% -
XYZ 27.45 17.23 91.5 -
YUV 113.54 204.45 128.33 -
System Red Green Blue C M Y K H S L
Decimal 114 87 249 0.54 0.65 0 0.02 250 0.93 0.66
Hex 72 57 F9 36 41 0 2 FA 5D 42
Octal 162 127 371 66 101 0 2 372 135 102
Binary 1110010 1010111 11111001 110110 1000001 0 10 11111010 1011101 1000010

Color Harmonies of #7257F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7257F9

Black with #7257F9

Text Example


Text Example

White with #7257F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7257F9; }

 p { color: rgb(114,87,249); }

 H1.HeaderClassName
 {
   color: #7257F9;
 }
 .AnyTagClassName
 {
   color: #7257F9;
 }
</style>

background-color css

<style>
 a { background-color: #7257F9; }

 a { background-color: rgb(114,87,249); }

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

border-color css

<style>
 span { border-color: #7257F9; }

 span { border-color: rgb(114,87,249); }

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