Html Css Color HEX #7157CB Slate Blue

📋 copy color: '#7157CB'

red 113 ◦ green 87 ◦ blue 203

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

Shades of Slate Blue #7157CB

Tints of Slate Blue #7157CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.37%

R = 28.04%
G = 21.59%
B = 50.37%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7157CB (or 0x7157CB) is known color: Slate Blue. HEX triplet: 71, 57 and CB. RGB value is (113,87,203). Sum of RGB (Red+Green+Blue) = 113+87+203=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #7157CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7157CB is #8EA834. Grayscale: #6B6B6B. Windows color (decimal): -9349173 or 13326193. OLE color: 13326193.

HSL color Cylindrical-coordinate representation of color #7157CB: hue angle of 253.45º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7157CB is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 87 203 -
CMYK 0.44 0.57 0 0.20
HSL 253.45º 0.53% 0.57% -
HSV(B) 253.45º 0.57% 0.8% -
XYZ 21 14.64 58.22 -
YUV 108 181.61 131.57 -
System Red Green Blue C M Y K H S L
Decimal 113 87 203 0.44 0.57 0 0.20 253.45 0.53 0.57
Hex 71 57 CB 2C 39 0 14 FD 35 39
Octal 161 127 313 54 71 0 24 375 65 71
Binary 1110001 1010111 11001011 101100 111001 0 10100 11111101 110101 111001

Color Harmonies of #7157CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7157CB

Black with #7157CB

Text Example


Text Example

White with #7157CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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