Html Css Color HEX #73639C Scampi

📋 copy color: '#73639C'

red 115 ◦ green 99 ◦ blue 156

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

Shades of Scampi #73639C

Tints of Scampi #73639C

RGB

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

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

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

R = 31.08%
G = 26.76%
B = 42.16%

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

#73639C (or 0x73639C) is known color: Scampi. HEX triplet: 73, 63 and 9C. RGB value is (115,99,156). Sum of RGB (Red+Green+Blue) = 115+99+156=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #73639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73639C is #8C9C63. Grayscale: #6E6E6E. Windows color (decimal): -9215076 or 10249075. OLE color: 10249075.

HSL color Cylindrical-coordinate representation of color #73639C: hue angle of 256.84º degrees, saturation: 0.22, 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 #73639C is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 99 156 -
CMYK 0.26 0.37 0 0.39
HSL 256.84º 0.22% 0.5% -
HSV(B) 256.84º 0.37% 0.61% -
XYZ 17.53 14.97 33.42 -
YUV 110.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 115 99 156 0.26 0.37 0 0.39 256.84 0.22 0.5
Hex 73 63 9C 1A 25 0 27 101 16 32
Octal 163 143 234 32 45 0 47 401 26 62
Binary 1110011 1100011 10011100 11010 100101 0 100111 100000001 10110 110010

Color Harmonies of #73639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73639C

Black with #73639C

Text Example


Text Example

White with #73639C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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