Html Css Color HEX #7157D9 Slate Blue

📋 copy color: '#7157D9'

red 113 ◦ green 87 ◦ blue 217

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

Shades of Slate Blue #7157D9

Tints of Slate Blue #7157D9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.86%

 BLUE value IS 217 (85.16% from 255) = 52.04%

R = 27.1%
G = 20.86%
B = 52.04%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7157D9 (or 0x7157D9) is known color: Slate Blue. HEX triplet: 71, 57 and D9. RGB value is (113,87,217). Sum of RGB (Red+Green+Blue) = 113+87+217=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #7157D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7157D9 is #8EA826. Grayscale: #6D6D6D. Windows color (decimal): -9349159 or 14243697. OLE color: 14243697.

HSL color Cylindrical-coordinate representation of color #7157D9: hue angle of 252º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7157D9 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 87 217 -
CMYK 0.48 0.60 0 0.15
HSL 252º 0.63% 0.6% -
HSV(B) 252º 0.6% 0.85% -
XYZ 22.74 15.34 67.41 -
YUV 109.59 188.61 130.43 -
System Red Green Blue C M Y K H S L
Decimal 113 87 217 0.48 0.60 0 0.15 252 0.63 0.6
Hex 71 57 D9 30 3C 0 F FC 3F 3C
Octal 161 127 331 60 74 0 17 374 77 74
Binary 1110001 1010111 11011001 110000 111100 0 1111 11111100 111111 111100

Color Harmonies of #7157D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7157D9

Black with #7157D9

Text Example


Text Example

White with #7157D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7157D9; }

 p { color: rgb(113,87,217); }

 H1.HeaderClassName
 {
   color: #7157D9;
 }
 .AnyTagClassName
 {
   color: #7157D9;
 }
</style>

background-color css

<style>
 a { background-color: #7157D9; }

 a { background-color: rgb(113,87,217); }

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

border-color css

<style>
 span { border-color: #7157D9; }

 span { border-color: rgb(113,87,217); }

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