Html Css Color HEX #736894 Scampi

📋 copy color: '#736894'

red 115 ◦ green 104 ◦ blue 148

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

Shades of Scampi #736894

Tints of Scampi #736894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.34%

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

R = 31.34%
G = 28.34%
B = 40.33%

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

#736894 (or 0x736894) is known color: Scampi. HEX triplet: 73, 68 and 94. RGB value is (115,104,148). Sum of RGB (Red+Green+Blue) = 115+104+148=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #736894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736894 is #8C976B. Grayscale: #707070. Windows color (decimal): -9213804 or 9726067. OLE color: 9726067.

HSL color Cylindrical-coordinate representation of color #736894: hue angle of 255º degrees, saturation: 0.17, 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 #736894 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 104 148 -
CMYK 0.22 0.30 0 0.42
HSL 255º 0.17% 0.49% -
HSV(B) 255º 0.3% 0.58% -
XYZ 17.37 15.68 30.13 -
YUV 112.31 148.14 129.92 -
System Red Green Blue C M Y K H S L
Decimal 115 104 148 0.22 0.30 0 0.42 255 0.17 0.49
Hex 73 68 94 16 1E 0 2A FF 11 31
Octal 163 150 224 26 36 0 52 377 21 61
Binary 1110011 1101000 10010100 10110 11110 0 101010 11111111 10001 110001

Color Harmonies of #736894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736894

Black with #736894

Text Example


Text Example

White with #736894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736894; }

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

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

background-color css

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

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

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

border-color css

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

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

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