Html Css Color HEX #7154F2 Medium Slate Blue

📋 copy color: '#7154F2'

red 113 ◦ green 84 ◦ blue 242

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

Shades of Medium Slate Blue #7154F2

Tints of Medium Slate Blue #7154F2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.13%

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

R = 25.74%
G = 19.13%
B = 55.13%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7154F2 (or 0x7154F2) is known color: Medium Slate Blue. HEX triplet: 71, 54 and F2. RGB value is (113,84,242). Sum of RGB (Red+Green+Blue) = 113+84+242=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #7154F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7154F2 is #8EAB0D. Grayscale: #6E6E6E. Windows color (decimal): -9349902 or 15881329. OLE color: 15881329.

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

Color convert

RGB 113 84 242 -
CMYK 0.53 0.65 0 0.05
HSL 251.01º 0.86% 0.64% -
HSV(B) 251.01º 0.65% 0.95% -
XYZ 26.01 16.26 85.77 -
YUV 110.68 202.11 129.65 -
System Red Green Blue C M Y K H S L
Decimal 113 84 242 0.53 0.65 0 0.05 251.01 0.86 0.64
Hex 71 54 F2 35 41 0 5 FB 56 40
Octal 161 124 362 65 101 0 5 373 126 100
Binary 1110001 1010100 11110010 110101 1000001 0 101 11111011 1010110 1000000

Color Harmonies of #7154F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7154F2

Black with #7154F2

Text Example


Text Example

White with #7154F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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