Html Css Color HEX #727495 Scampi

📋 copy color: '#727495'

red 114 ◦ green 116 ◦ blue 149

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

Shades of Scampi #727495

Tints of Scampi #727495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

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

R = 30.08%
G = 30.61%
B = 39.31%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#727495 (or 0x727495) is known color: Scampi. HEX triplet: 72, 74 and 95. RGB value is (114,116,149). Sum of RGB (Red+Green+Blue) = 114+116+149=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #727495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727495 is #8D8B6A. Grayscale: #777777. Windows color (decimal): -9276267 or 9794674. OLE color: 9794674.

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

Color convert

RGB 114 116 149 -
CMYK 0.23 0.22 0 0.42
HSL 236.57º 0.14% 0.52% -
HSV(B) 236.57º 0.23% 0.58% -
XYZ 18.61 18.24 30.97 -
YUV 119.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 114 116 149 0.23 0.22 0 0.42 236.57 0.14 0.52
Hex 72 74 95 17 16 0 2A ED E 34
Octal 162 164 225 27 26 0 52 355 16 64
Binary 1110010 1110100 10010101 10111 10110 0 101010 11101101 1110 110100

Color Harmonies of #727495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727495

Black with #727495

Text Example


Text Example

White with #727495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727495; }

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

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

background-color css

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

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

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

border-color css

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

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

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