Html Css Color HEX #73659D Scampi

📋 copy color: '#73659D'

red 115 ◦ green 101 ◦ blue 157

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

Shades of Scampi #73659D

Tints of Scampi #73659D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 30.83%
G = 27.08%
B = 42.09%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73659D (or 0x73659D) is known color: Scampi. HEX triplet: 73, 65 and 9D. RGB value is (115,101,157). Sum of RGB (Red+Green+Blue) = 115+101+157=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #73659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73659D is #8C9A62. Grayscale: #6F6F6F. Windows color (decimal): -9214563 or 10315123. OLE color: 10315123.

HSL color Cylindrical-coordinate representation of color #73659D: hue angle of 255º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73659D is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 101 157 -
CMYK 0.27 0.36 0 0.38
HSL 255º 0.22% 0.51% -
HSV(B) 255º 0.36% 0.62% -
XYZ 17.81 15.39 33.93 -
YUV 111.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 115 101 157 0.27 0.36 0 0.38 255 0.22 0.51
Hex 73 65 9D 1B 24 0 26 FF 16 33
Octal 163 145 235 33 44 0 46 377 26 63
Binary 1110011 1100101 10011101 11011 100100 0 100110 11111111 10110 110011

Color Harmonies of #73659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73659D

Black with #73659D

Text Example


Text Example

White with #73659D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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