Html Css Color HEX #73679D Scampi

📋 copy color: '#73679D'

red 115 ◦ green 103 ◦ blue 157

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

Shades of Scampi #73679D

Tints of Scampi #73679D

RGB

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

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

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

R = 30.67%
G = 27.47%
B = 41.87%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73679D (or 0x73679D) is known color: Scampi. HEX triplet: 73, 67 and 9D. RGB value is (115,103,157). Sum of RGB (Red+Green+Blue) = 115+103+157=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #73679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73679D is #8C9862. Grayscale: #707070. Windows color (decimal): -9214051 or 10315635. OLE color: 10315635.

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

Color convert

RGB 115 103 157 -
CMYK 0.27 0.34 0 0.38
HSL 253.33º 0.22% 0.51% -
HSV(B) 253.33º 0.34% 0.62% -
XYZ 18.01 15.78 34 -
YUV 112.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 115 103 157 0.27 0.34 0 0.38 253.33 0.22 0.51
Hex 73 67 9D 1B 22 0 26 FD 16 33
Octal 163 147 235 33 42 0 46 375 26 63
Binary 1110011 1100111 10011101 11011 100010 0 100110 11111101 10110 110011

Color Harmonies of #73679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73679D

Black with #73679D

Text Example


Text Example

White with #73679D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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