Html Css Color HEX #73699B Scampi

📋 copy color: '#73699B'

red 115 ◦ green 105 ◦ blue 155

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

Shades of Scampi #73699B

Tints of Scampi #73699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28%

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

R = 30.67%
G = 28%
B = 41.33%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73699B (or 0x73699B) is known color: Scampi. HEX triplet: 73, 69 and 9B. RGB value is (115,105,155). Sum of RGB (Red+Green+Blue) = 115+105+155=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #73699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73699B is #8C9664. Grayscale: #717171. Windows color (decimal): -9213541 or 10185075. OLE color: 10185075.

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

Color convert

RGB 115 105 155 -
CMYK 0.26 0.32 0 0.39
HSL 252º 0.2% 0.51% -
HSV(B) 252º 0.32% 0.61% -
XYZ 18.04 16.11 33.17 -
YUV 113.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 115 105 155 0.26 0.32 0 0.39 252 0.2 0.51
Hex 73 69 9B 1A 20 0 27 FC 14 33
Octal 163 151 233 32 40 0 47 374 24 63
Binary 1110011 1101001 10011011 11010 100000 0 100111 11111100 10100 110011

Color Harmonies of #73699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73699B

Black with #73699B

Text Example


Text Example

White with #73699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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