Html Css Color HEX #7152F2 Medium Slate Blue

📋 copy color: '#7152F2'

red 113 ◦ green 82 ◦ blue 242

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

Shades of Medium Slate Blue #7152F2

Tints of Medium Slate Blue #7152F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55.38%

R = 25.86%
G = 18.76%
B = 55.38%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7152F2 (or 0x7152F2) is known color: Medium Slate Blue. HEX triplet: 71, 52 and F2. RGB value is (113,82,242). Sum of RGB (Red+Green+Blue) = 113+82+242=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 242 (94.92% from 255 or 55.38% from 437); Max value from RGB is 242 - color contains mainly: blue. Hex color #7152F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7152F2 is #8EAD0D. Grayscale: #6C6C6C. Windows color (decimal): -9350414 or 15880817. OLE color: 15880817.

HSL color Cylindrical-coordinate representation of color #7152F2: hue angle of 251.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7152F2 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 82 242 -
CMYK 0.53 0.66 0 0.05
HSL 251.63º 0.86% 0.64% -
HSV(B) 251.63º 0.66% 0.95% -
XYZ 25.85 15.96 85.72 -
YUV 109.51 202.77 130.49 -
System Red Green Blue C M Y K H S L
Decimal 113 82 242 0.53 0.66 0 0.05 251.63 0.86 0.64
Hex 71 52 F2 35 42 0 5 FC 56 40
Octal 161 122 362 65 102 0 5 374 126 100
Binary 1110001 1010010 11110010 110101 1000010 0 101 11111100 1010110 1000000

Color Harmonies of #7152F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7152F2

Black with #7152F2

Text Example


Text Example

White with #7152F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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