Html Css Color HEX #7257FE Medium Slate Blue

📋 copy color: '#7257FE'

red 114 ◦ green 87 ◦ blue 254

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

Shades of Medium Slate Blue #7257FE

Tints of Medium Slate Blue #7257FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.82%

R = 25.05%
G = 19.12%
B = 55.82%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7257FE (or 0x7257FE) is known color: Medium Slate Blue. HEX triplet: 72, 57 and FE. RGB value is (114,87,254). Sum of RGB (Red+Green+Blue) = 114+87+254=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #7257FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7257FE is #8DA801. Grayscale: #717171. Windows color (decimal): -9283586 or 16668530. OLE color: 16668530.

HSL color Cylindrical-coordinate representation of color #7257FE: hue angle of 249.7º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7257FE is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 114 87 254 -
CMYK 0.55 0.66 0 0.00
HSL 249.7º 0.99% 0.67% -
HSV(B) 249.7º 0.66% 1% -
XYZ 28.24 17.55 95.67 -
YUV 114.11 206.95 127.92 -
System Red Green Blue C M Y K H S L
Decimal 114 87 254 0.55 0.66 0 0.00 249.7 0.99 0.67
Hex 72 57 FE 37 42 0 0 FA 63 43
Octal 162 127 376 67 102 0 0 372 143 103
Binary 1110010 1010111 11111110 110111 1000010 0 0 11111010 1100011 1000011

Color Harmonies of #7257FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7257FE

Black with #7257FE

Text Example


Text Example

White with #7257FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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