Html Css Color HEX #7251FE Medium Slate Blue

📋 copy color: '#7251FE'

red 114 ◦ green 81 ◦ blue 254

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

Shades of Medium Slate Blue #7251FE

Tints of Medium Slate Blue #7251FE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.04%

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

R = 25.39%
G = 18.04%
B = 56.57%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7251FE (or 0x7251FE) is known color: Medium Slate Blue. HEX triplet: 72, 51 and FE. RGB value is (114,81,254). Sum of RGB (Red+Green+Blue) = 114+81+254=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #7251FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7251FE is #8DAE01. Grayscale: #6D6D6D. Windows color (decimal): -9285122 or 16666994. OLE color: 16666994.

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

Color convert

RGB 114 81 254 -
CMYK 0.55 0.68 0 0.00
HSL 251.45º 0.99% 0.66% -
HSV(B) 251.45º 0.68% 1% -
XYZ 27.77 16.62 95.51 -
YUV 110.59 208.93 130.43 -
System Red Green Blue C M Y K H S L
Decimal 114 81 254 0.55 0.68 0 0.00 251.45 0.99 0.66
Hex 72 51 FE 37 44 0 0 FB 63 42
Octal 162 121 376 67 104 0 0 373 143 102
Binary 1110010 1010001 11111110 110111 1000100 0 0 11111011 1100011 1000010

Color Harmonies of #7251FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7251FE

Black with #7251FE

Text Example


Text Example

White with #7251FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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