Html Css Color HEX #727194 Scampi

📋 copy color: '#727194'

red 114 ◦ green 113 ◦ blue 148

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

Shades of Scampi #727194

Tints of Scampi #727194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

 BLUE value IS 148 (58.2% from 255) = 39.47%

R = 30.4%
G = 30.13%
B = 39.47%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#727194 (or 0x727194) is known color: Scampi. HEX triplet: 72, 71 and 94. RGB value is (114,113,148). Sum of RGB (Red+Green+Blue) = 114+113+148=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 148 - color contains mainly: blue. Hex color #727194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727194 is #8D8E6B. Grayscale: #757575. Windows color (decimal): -9277036 or 9728370. OLE color: 9728370.

HSL color Cylindrical-coordinate representation of color #727194: hue angle of 241.71º 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 #727194 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 113 148 -
CMYK 0.23 0.24 0 0.42
HSL 241.71º 0.14% 0.51% -
HSV(B) 241.71º 0.24% 0.58% -
XYZ 18.19 17.53 30.44 -
YUV 117.29 145.33 125.65 -
System Red Green Blue C M Y K H S L
Decimal 114 113 148 0.23 0.24 0 0.42 241.71 0.14 0.51
Hex 72 71 94 17 18 0 2A F2 E 33
Octal 162 161 224 27 30 0 52 362 16 63
Binary 1110010 1110001 10010100 10111 11000 0 101010 11110010 1110 110011

Color Harmonies of #727194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727194

Black with #727194

Text Example


Text Example

White with #727194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727194; }

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

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

background-color css

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

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

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

border-color css

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

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

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