Html Css Color HEX #736099 Scampi

📋 copy color: '#736099'

red 115 ◦ green 96 ◦ blue 153

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

Shades of Scampi #736099

Tints of Scampi #736099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.37%

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 31.59%
G = 26.37%
B = 42.03%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#736099 (or 0x736099) is known color: Scampi. HEX triplet: 73, 60 and 99. RGB value is (115,96,153). Sum of RGB (Red+Green+Blue) = 115+96+153=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #736099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736099 is #8C9F66. Grayscale: #6B6B6B. Windows color (decimal): -9215847 or 10051699. OLE color: 10051699.

HSL color Cylindrical-coordinate representation of color #736099: hue angle of 260º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #736099 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 96 153 -
CMYK 0.25 0.37 0 0.4
HSL 260º 0.23% 0.49% -
HSV(B) 260º 0.37% 0.6% -
XYZ 17 14.31 32 -
YUV 108.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 115 96 153 0.25 0.37 0 0.4 260 0.23 0.49
Hex 73 60 99 19 25 0 28 104 17 31
Octal 163 140 231 31 45 0 50 404 27 61
Binary 1110011 1100000 10011001 11001 100101 0 101000 100000100 10111 110001

Color Harmonies of #736099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736099

Black with #736099

Text Example


Text Example

White with #736099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736099; }

 p { color: rgb(115,96,153); }

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

background-color css

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

 a { background-color: rgb(115,96,153); }

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

border-color css

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

 span { border-color: rgb(115,96,153); }

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