Html Css Color HEX #726F9D Scampi

📋 copy color: '#726F9D'

red 114 ◦ green 111 ◦ blue 157

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

Shades of Scampi #726F9D

Tints of Scampi #726F9D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.06%

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 29.84%
G = 29.06%
B = 41.1%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#726F9D (or 0x726F9D) is known color: Scampi. HEX triplet: 72, 6F and 9D. RGB value is (114,111,157). Sum of RGB (Red+Green+Blue) = 114+111+157=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #726F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726F9D is #8D9062. Grayscale: #747474. Windows color (decimal): -9277539 or 10317682. OLE color: 10317682.

HSL color Cylindrical-coordinate representation of color #726F9D: hue angle of 243.91º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #726F9D is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 111 157 -
CMYK 0.27 0.29 0 0.38
HSL 243.91º 0.19% 0.53% -
HSV(B) 243.91º 0.29% 0.62% -
XYZ 18.71 17.38 34.27 -
YUV 117.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 114 111 157 0.27 0.29 0 0.38 243.91 0.19 0.53
Hex 72 6F 9D 1B 1D 0 26 F4 13 35
Octal 162 157 235 33 35 0 46 364 23 65
Binary 1110010 1101111 10011101 11011 11101 0 100110 11110100 10011 110101

Color Harmonies of #726F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F9D

Black with #726F9D

Text Example


Text Example

White with #726F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726F9D; }

 p { color: rgb(114,111,157); }

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

background-color css

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

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

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

border-color css

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

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

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