Html Css Color HEX #73659B Scampi

📋 copy color: '#73659B'

red 115 ◦ green 101 ◦ blue 155

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

Shades of Scampi #73659B

Tints of Scampi #73659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 31%
G = 27.22%
B = 41.78%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73659B (or 0x73659B) is known color: Scampi. HEX triplet: 73, 65 and 9B. RGB value is (115,101,155). Sum of RGB (Red+Green+Blue) = 115+101+155=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #73659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73659B is #8C9A64. Grayscale: #6F6F6F. Windows color (decimal): -9214565 or 10184051. OLE color: 10184051.

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

Color convert

RGB 115 101 155 -
CMYK 0.26 0.35 0 0.39
HSL 255.56º 0.21% 0.5% -
HSV(B) 255.56º 0.35% 0.61% -
XYZ 17.64 15.32 33.04 -
YUV 111.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 115 101 155 0.26 0.35 0 0.39 255.56 0.21 0.5
Hex 73 65 9B 1A 23 0 27 100 15 32
Octal 163 145 233 32 43 0 47 400 25 62
Binary 1110011 1100101 10011011 11010 100011 0 100111 100000000 10101 110010

Color Harmonies of #73659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73659B

Black with #73659B

Text Example


Text Example

White with #73659B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73659B; }

 p { color: rgb(115,101,155); }

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

background-color css

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

 a { background-color: rgb(115,101,155); }

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

border-color css

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

 span { border-color: rgb(115,101,155); }

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