Html Css Color HEX #736C99 Scampi

📋 copy color: '#736C99'

red 115 ◦ green 108 ◦ blue 153

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

Shades of Scampi #736C99

Tints of Scampi #736C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.72%

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

R = 30.59%
G = 28.72%
B = 40.69%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#736C99 (or 0x736C99) is known color: Scampi. HEX triplet: 73, 6C and 99. RGB value is (115,108,153). Sum of RGB (Red+Green+Blue) = 115+108+153=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #736C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736C99 is #8C9366. Grayscale: #737373. Windows color (decimal): -9212775 or 10054771. OLE color: 10054771.

HSL color Cylindrical-coordinate representation of color #736C99: hue angle of 249.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #736C99 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 108 153 -
CMYK 0.25 0.29 0 0.4
HSL 249.33º 0.18% 0.51% -
HSV(B) 249.33º 0.29% 0.6% -
XYZ 18.18 16.67 32.4 -
YUV 115.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 115 108 153 0.25 0.29 0 0.4 249.33 0.18 0.51
Hex 73 6C 99 19 1D 0 28 F9 12 33
Octal 163 154 231 31 35 0 50 371 22 63
Binary 1110011 1101100 10011001 11001 11101 0 101000 11111001 10010 110011

Color Harmonies of #736C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C99

Black with #736C99

Text Example


Text Example

White with #736C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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