Html Css Color HEX #736899 Scampi

📋 copy color: '#736899'

red 115 ◦ green 104 ◦ blue 153

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

Shades of Scampi #736899

Tints of Scampi #736899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.96%

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

R = 30.91%
G = 27.96%
B = 41.13%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#736899 (or 0x736899) is known color: Scampi. HEX triplet: 73, 68 and 99. RGB value is (115,104,153). Sum of RGB (Red+Green+Blue) = 115+104+153=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #736899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736899 is #8C9766. Grayscale: #707070. Windows color (decimal): -9213799 or 10053747. OLE color: 10053747.

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

Color convert

RGB 115 104 153 -
CMYK 0.25 0.32 0 0.4
HSL 253.47º 0.19% 0.5% -
HSV(B) 253.47º 0.32% 0.6% -
XYZ 17.77 15.85 32.26 -
YUV 112.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 115 104 153 0.25 0.32 0 0.4 253.47 0.19 0.5
Hex 73 68 99 19 20 0 28 FD 13 32
Octal 163 150 231 31 40 0 50 375 23 62
Binary 1110011 1101000 10011001 11001 100000 0 101000 11111101 10011 110010

Color Harmonies of #736899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736899

Black with #736899

Text Example


Text Example

White with #736899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736899; }

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

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

background-color css

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

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

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

border-color css

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

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

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