Html Css Color HEX #7152FF Medium Slate Blue

📋 copy color: '#7152FF'

red 113 ◦ green 82 ◦ blue 255

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

Shades of Medium Slate Blue #7152FF

Tints of Medium Slate Blue #7152FF

RGB

 RED value IS 113 (44.53% from 255) = 25.11%

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

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

R = 25.11%
G = 18.22%
B = 56.67%

CMYK

 C value IS 0.56

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7152FF (or 0x7152FF) is known color: Medium Slate Blue. HEX triplet: 71, 52 and FF. RGB value is (113,82,255). Sum of RGB (Red+Green+Blue) = 113+82+255=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 82 (32.42% from 255 or 18.22% 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 #7152FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7152FF is #8EAD00. Grayscale: #6E6E6E. Windows color (decimal): -9350401 or 16732785. OLE color: 16732785.

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

Color convert

RGB 113 82 255 -
CMYK 0.56 0.68 0 0
HSL 250.75º 1% 0.66% -
HSV(B) 250.75º 0.68% 1% -
XYZ 27.88 16.77 96.37 -
YUV 110.99 209.27 129.43 -
System Red Green Blue C M Y K H S L
Decimal 113 82 255 0.56 0.68 0 0 250.75 1 0.66
Hex 71 52 FF 38 44 0 0 FB 64 42
Octal 161 122 377 70 104 0 0 373 144 102
Binary 1110001 1010010 11111111 111000 1000100 0 0 11111011 1100100 1000010

Color Harmonies of #7152FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7152FF

Black with #7152FF

Text Example


Text Example

White with #7152FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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