Html Css Color HEX #727093 Scampi

📋 copy color: '#727093'

red 114 ◦ green 112 ◦ blue 147

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

Shades of Scampi #727093

Tints of Scampi #727093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.03%

 BLUE value IS 147 (57.81% from 255) = 39.41%

R = 30.56%
G = 30.03%
B = 39.41%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#727093 (or 0x727093) is known color: Scampi. HEX triplet: 72, 70 and 93. RGB value is (114,112,147). Sum of RGB (Red+Green+Blue) = 114+112+147=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #727093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727093 is #8D8F6C. Grayscale: #747474. Windows color (decimal): -9277293 or 9662578. OLE color: 9662578.

HSL color Cylindrical-coordinate representation of color #727093: hue angle of 243.43º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #727093 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 112 147 -
CMYK 0.22 0.24 0 0.42
HSL 243.43º 0.14% 0.51% -
HSV(B) 243.43º 0.24% 0.58% -
XYZ 18 17.27 29.99 -
YUV 116.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 114 112 147 0.22 0.24 0 0.42 243.43 0.14 0.51
Hex 72 70 93 16 18 0 2A F3 E 33
Octal 162 160 223 26 30 0 52 363 16 63
Binary 1110010 1110000 10010011 10110 11000 0 101010 11110011 1110 110011

Color Harmonies of #727093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727093

Black with #727093

Text Example


Text Example

White with #727093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727093; }

 p { color: rgb(114,112,147); }

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

background-color css

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

 a { background-color: rgb(114,112,147); }

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

border-color css

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

 span { border-color: rgb(114,112,147); }

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