Html Css Color HEX #71729F Scampi

📋 copy color: '#71729F'

red 113 ◦ green 114 ◦ blue 159

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

Shades of Scampi #71729F

Tints of Scampi #71729F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.53%

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 29.27%
G = 29.53%
B = 41.19%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71729F (or 0x71729F) is known color: Scampi. HEX triplet: 71, 72 and 9F. RGB value is (113,114,159). Sum of RGB (Red+Green+Blue) = 113+114+159=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #71729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71729F is #8E8D60. Grayscale: #767676. Windows color (decimal): -9342305 or 10449521. OLE color: 10449521.

HSL color Cylindrical-coordinate representation of color #71729F: hue angle of 238.7º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71729F is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 114 159 -
CMYK 0.29 0.28 0 0.38
HSL 238.7º 0.19% 0.53% -
HSV(B) 238.7º 0.29% 0.62% -
XYZ 19.09 18.05 35.28 -
YUV 118.83 150.67 123.84 -
System Red Green Blue C M Y K H S L
Decimal 113 114 159 0.29 0.28 0 0.38 238.7 0.19 0.53
Hex 71 72 9F 1D 1C 0 26 EF 13 35
Octal 161 162 237 35 34 0 46 357 23 65
Binary 1110001 1110010 10011111 11101 11100 0 100110 11101111 10011 110101

Color Harmonies of #71729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71729F

Black with #71729F

Text Example


Text Example

White with #71729F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71729F; }

 p { color: rgb(113,114,159); }

 H1.HeaderClassName
 {
   color: #71729F;
 }
 .AnyTagClassName
 {
   color: #71729F;
 }
</style>

background-color css

<style>
 a { background-color: #71729F; }

 a { background-color: rgb(113,114,159); }

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

border-color css

<style>
 span { border-color: #71729F; }

 span { border-color: rgb(113,114,159); }

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