Html Css Color HEX #73629C Scampi

📋 copy color: '#73629C'

red 115 ◦ green 98 ◦ blue 156

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

Shades of Scampi #73629C

Tints of Scampi #73629C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

 BLUE value IS 156 (61.33% from 255) = 42.28%

R = 31.17%
G = 26.56%
B = 42.28%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73629C (or 0x73629C) is known color: Scampi. HEX triplet: 73, 62 and 9C. RGB value is (115,98,156). Sum of RGB (Red+Green+Blue) = 115+98+156=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #73629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73629C is #8C9D63. Grayscale: #6D6D6D. Windows color (decimal): -9215332 or 10248819. OLE color: 10248819.

HSL color Cylindrical-coordinate representation of color #73629C: hue angle of 257.59º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73629C is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 98 156 -
CMYK 0.26 0.37 0 0.39
HSL 257.59º 0.23% 0.5% -
HSV(B) 257.59º 0.37% 0.61% -
XYZ 17.44 14.78 33.39 -
YUV 109.7 154.13 131.78 -
System Red Green Blue C M Y K H S L
Decimal 115 98 156 0.26 0.37 0 0.39 257.59 0.23 0.5
Hex 73 62 9C 1A 25 0 27 102 17 32
Octal 163 142 234 32 45 0 47 402 27 62
Binary 1110011 1100010 10011100 11010 100101 0 100111 100000010 10111 110010

Color Harmonies of #73629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73629C

Black with #73629C

Text Example


Text Example

White with #73629C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73629C; }

 p { color: rgb(115,98,156); }

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

background-color css

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

 a { background-color: rgb(115,98,156); }

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

border-color css

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

 span { border-color: rgb(115,98,156); }

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