Html Css Color HEX #727391 Scampi

📋 copy color: '#727391'

red 114 ◦ green 115 ◦ blue 145

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

Shades of Scampi #727391

Tints of Scampi #727391

RGB

 RED value IS 114 (44.92% from 255) = 30.48%

 GREEN value IS 115 (45.31% from 255) = 30.75%

 BLUE value IS 145 (57.03% from 255) = 38.77%

R = 30.48%
G = 30.75%
B = 38.77%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#727391 (or 0x727391) is known color: Scampi. HEX triplet: 72, 73 and 91. RGB value is (114,115,145). Sum of RGB (Red+Green+Blue) = 114+115+145=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #727391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727391 is #8D8C6E. Grayscale: #757575. Windows color (decimal): -9276527 or 9532274. OLE color: 9532274.

HSL color Cylindrical-coordinate representation of color #727391: hue angle of 238.06º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #727391 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 115 145 -
CMYK 0.21 0.21 0 0.43
HSL 238.06º 0.12% 0.51% -
HSV(B) 238.06º 0.21% 0.57% -
XYZ 18.18 17.88 29.28 -
YUV 118.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 114 115 145 0.21 0.21 0 0.43 238.06 0.12 0.51
Hex 72 73 91 15 15 0 2B EE C 33
Octal 162 163 221 25 25 0 53 356 14 63
Binary 1110010 1110011 10010001 10101 10101 0 101011 11101110 1100 110011

Color Harmonies of #727391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727391

Black with #727391

Text Example


Text Example

White with #727391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727391; }

 p { color: rgb(114,115,145); }

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

background-color css

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

 a { background-color: rgb(114,115,145); }

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

border-color css

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

 span { border-color: rgb(114,115,145); }

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