Html Css Color HEX #736399 Scampi

📋 copy color: '#736399'

red 115 ◦ green 99 ◦ blue 153

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

Shades of Scampi #736399

Tints of Scampi #736399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

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

R = 31.34%
G = 26.98%
B = 41.69%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#736399 (or 0x736399) is known color: Scampi. HEX triplet: 73, 63 and 99. RGB value is (115,99,153). Sum of RGB (Red+Green+Blue) = 115+99+153=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #736399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736399 is #8C9C66. Grayscale: #6D6D6D. Windows color (decimal): -9215079 or 10052467. OLE color: 10052467.

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

Color convert

RGB 115 99 153 -
CMYK 0.25 0.35 0 0.4
HSL 257.78º 0.21% 0.49% -
HSV(B) 257.78º 0.35% 0.6% -
XYZ 17.28 14.87 32.1 -
YUV 109.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 115 99 153 0.25 0.35 0 0.4 257.78 0.21 0.49
Hex 73 63 99 19 23 0 28 102 15 31
Octal 163 143 231 31 43 0 50 402 25 61
Binary 1110011 1100011 10011001 11001 100011 0 101000 100000010 10101 110001

Color Harmonies of #736399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736399

Black with #736399

Text Example


Text Example

White with #736399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736399; }

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

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

background-color css

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

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

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

border-color css

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

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

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