Html Css Color HEX #727295 Scampi

📋 copy color: '#727295'

red 114 ◦ green 114 ◦ blue 149

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

Shades of Scampi #727295

Tints of Scampi #727295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.52%

R = 30.24%
G = 30.24%
B = 39.52%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#727295 (or 0x727295) is known color: Scampi. HEX triplet: 72, 72 and 95. RGB value is (114,114,149). Sum of RGB (Red+Green+Blue) = 114+114+149=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 149 - color contains mainly: blue. Hex color #727295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727295 is #8D8D6A. Grayscale: #757575. Windows color (decimal): -9276779 or 9794162. OLE color: 9794162.

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

Color convert

RGB 114 114 149 -
CMYK 0.23 0.23 0 0.42
HSL 240º 0.14% 0.52% -
HSV(B) 240º 0.23% 0.58% -
XYZ 18.38 17.78 30.9 -
YUV 117.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 114 114 149 0.23 0.23 0 0.42 240 0.14 0.52
Hex 72 72 95 17 17 0 2A F0 E 34
Octal 162 162 225 27 27 0 52 360 16 64
Binary 1110010 1110010 10010101 10111 10111 0 101010 11110000 1110 110100

Color Harmonies of #727295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727295

Black with #727295

Text Example


Text Example

White with #727295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727295; }

 p { color: rgb(114,114,149); }

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

background-color css

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

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

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

border-color css

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

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

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