Html Css Color HEX #736794 Scampi

📋 copy color: '#736794'

red 115 ◦ green 103 ◦ blue 148

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

Shades of Scampi #736794

Tints of Scampi #736794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.44%

R = 31.42%
G = 28.14%
B = 40.44%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#736794 (or 0x736794) is known color: Scampi. HEX triplet: 73, 67 and 94. RGB value is (115,103,148). Sum of RGB (Red+Green+Blue) = 115+103+148=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #736794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736794 is #8C986B. Grayscale: #6F6F6F. Windows color (decimal): -9214060 or 9725811. OLE color: 9725811.

HSL color Cylindrical-coordinate representation of color #736794: hue angle of 256º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #736794 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 103 148 -
CMYK 0.22 0.30 0 0.42
HSL 256º 0.18% 0.49% -
HSV(B) 256º 0.3% 0.58% -
XYZ 17.27 15.48 30.1 -
YUV 111.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 115 103 148 0.22 0.30 0 0.42 256 0.18 0.49
Hex 73 67 94 16 1E 0 2A 100 12 31
Octal 163 147 224 26 36 0 52 400 22 61
Binary 1110011 1100111 10010100 10110 11110 0 101010 100000000 10010 110001

Color Harmonies of #736794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736794

Black with #736794

Text Example


Text Example

White with #736794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736794; }

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

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

background-color css

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

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

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

border-color css

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

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

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