Html Css Color HEX #7157DC Slate Blue

📋 copy color: '#7157DC'

red 113 ◦ green 87 ◦ blue 220

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

Shades of Slate Blue #7157DC

Tints of Slate Blue #7157DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 26.9%
G = 20.71%
B = 52.38%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7157DC (or 0x7157DC) is known color: Slate Blue. HEX triplet: 71, 57 and DC. RGB value is (113,87,220). Sum of RGB (Red+Green+Blue) = 113+87+220=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #7157DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7157DC is #8EA823. Grayscale: #6D6D6D. Windows color (decimal): -9349156 or 14440305. OLE color: 14440305.

HSL color Cylindrical-coordinate representation of color #7157DC: hue angle of 251.73º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7157DC is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 87 220 -
CMYK 0.49 0.60 0 0.14
HSL 251.73º 0.66% 0.6% -
HSV(B) 251.73º 0.6% 0.86% -
XYZ 23.14 15.49 69.48 -
YUV 109.94 190.11 130.19 -
System Red Green Blue C M Y K H S L
Decimal 113 87 220 0.49 0.60 0 0.14 251.73 0.66 0.6
Hex 71 57 DC 31 3C 0 E FC 42 3C
Octal 161 127 334 61 74 0 16 374 102 74
Binary 1110001 1010111 11011100 110001 111100 0 1110 11111100 1000010 111100

Color Harmonies of #7157DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7157DC

Black with #7157DC

Text Example


Text Example

White with #7157DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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