Html Css Color HEX #7252FF Medium Slate Blue

📋 copy color: '#7252FF'

red 114 ◦ green 82 ◦ blue 255

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

Shades of Medium Slate Blue #7252FF

Tints of Medium Slate Blue #7252FF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.18%

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

R = 25.28%
G = 18.18%
B = 56.54%

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

#7252FF (or 0x7252FF) is known color: Medium Slate Blue. HEX triplet: 72, 52 and FF. RGB value is (114,82,255). Sum of RGB (Red+Green+Blue) = 114+82+255=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #7252FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7252FF is #8DAD00. Grayscale: #6E6E6E. Windows color (decimal): -9284865 or 16732786. OLE color: 16732786.

HSL color Cylindrical-coordinate representation of color #7252FF: hue angle of 251.1º 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 #7252FF is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 114 82 255 -
CMYK 0.55 0.68 0 0
HSL 251.1º 1% 0.66% -
HSV(B) 251.1º 0.68% 1% -
XYZ 28.01 16.83 96.38 -
YUV 111.29 209.1 129.93 -
System Red Green Blue C M Y K H S L
Decimal 114 82 255 0.55 0.68 0 0 251.1 1 0.66
Hex 72 52 FF 37 44 0 0 FB 64 42
Octal 162 122 377 67 104 0 0 373 144 102
Binary 1110010 1010010 11111111 110111 1000100 0 0 11111011 1100100 1000010

Color Harmonies of #7252FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7252FF

Black with #7252FF

Text Example


Text Example

White with #7252FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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