Html Css Color HEX #7251FF Medium Slate Blue

📋 copy color: '#7251FF'

red 114 ◦ green 81 ◦ blue 255

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

Shades of Medium Slate Blue #7251FF

Tints of Medium Slate Blue #7251FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.67%

R = 25.33%
G = 18%
B = 56.67%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7251FF (or 0x7251FF) is known color: Medium Slate Blue. HEX triplet: 72, 51 and FF. RGB value is (114,81,255). Sum of RGB (Red+Green+Blue) = 114+81+255=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #7251FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7251FF is #8DAE00. Grayscale: #6E6E6E. Windows color (decimal): -9285121 or 16732530. OLE color: 16732530.

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

Color convert

RGB 114 81 255 -
CMYK 0.55 0.68 0 0
HSL 251.38º 1% 0.66% -
HSV(B) 251.38º 0.68% 1% -
XYZ 27.93 16.68 96.36 -
YUV 110.7 209.43 130.35 -
System Red Green Blue C M Y K H S L
Decimal 114 81 255 0.55 0.68 0 0 251.38 1 0.66
Hex 72 51 FF 37 44 0 0 FB 64 42
Octal 162 121 377 67 104 0 0 373 144 102
Binary 1110010 1010001 11111111 110111 1000100 0 0 11111011 1100100 1000010

Color Harmonies of #7251FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7251FF

Black with #7251FF

Text Example


Text Example

White with #7251FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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