Html Css Color HEX #73679B Scampi

📋 copy color: '#73679B'

red 115 ◦ green 103 ◦ blue 155

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

Shades of Scampi #73679B

Tints of Scampi #73679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.61%

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

R = 30.83%
G = 27.61%
B = 41.55%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73679B (or 0x73679B) is known color: Scampi. HEX triplet: 73, 67 and 9B. RGB value is (115,103,155). Sum of RGB (Red+Green+Blue) = 115+103+155=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #73679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73679B is #8C9864. Grayscale: #707070. Windows color (decimal): -9214053 or 10184563. OLE color: 10184563.

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

Color convert

RGB 115 103 155 -
CMYK 0.26 0.34 0 0.39
HSL 253.85º 0.21% 0.51% -
HSV(B) 253.85º 0.34% 0.61% -
XYZ 17.84 15.71 33.1 -
YUV 112.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 115 103 155 0.26 0.34 0 0.39 253.85 0.21 0.51
Hex 73 67 9B 1A 22 0 27 FE 15 33
Octal 163 147 233 32 42 0 47 376 25 63
Binary 1110011 1100111 10011011 11010 100010 0 100111 11111110 10101 110011

Color Harmonies of #73679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73679B

Black with #73679B

Text Example


Text Example

White with #73679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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