Html Css Color HEX #736992 Scampi

📋 copy color: '#736992'

red 115 ◦ green 105 ◦ blue 146

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

Shades of Scampi #736992

Tints of Scampi #736992

RGB

 RED value IS 115 (45.31% from 255) = 31.42%

 GREEN value IS 105 (41.41% from 255) = 28.69%

 BLUE value IS 146 (57.42% from 255) = 39.89%

R = 31.42%
G = 28.69%
B = 39.89%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#736992 (or 0x736992) is known color: Scampi. HEX triplet: 73, 69 and 92. RGB value is (115,105,146). Sum of RGB (Red+Green+Blue) = 115+105+146=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #736992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736992 is #8C966D. Grayscale: #707070. Windows color (decimal): -9213550 or 9595251. OLE color: 9595251.

HSL color Cylindrical-coordinate representation of color #736992: hue angle of 254.63º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #736992 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 105 146 -
CMYK 0.21 0.28 0 0.43
HSL 254.63º 0.16% 0.49% -
HSV(B) 254.63º 0.28% 0.57% -
XYZ 17.31 15.82 29.34 -
YUV 112.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 115 105 146 0.21 0.28 0 0.43 254.63 0.16 0.49
Hex 73 69 92 15 1C 0 2B FF 10 31
Octal 163 151 222 25 34 0 53 377 20 61
Binary 1110011 1101001 10010010 10101 11100 0 101011 11111111 10000 110001

Color Harmonies of #736992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736992

Black with #736992

Text Example


Text Example

White with #736992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736992; }

 p { color: rgb(115,105,146); }

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

background-color css

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

 a { background-color: rgb(115,105,146); }

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

border-color css

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

 span { border-color: rgb(115,105,146); }

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