Html Css Color HEX #736994 Scampi

📋 copy color: '#736994'

red 115 ◦ green 105 ◦ blue 148

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

Shades of Scampi #736994

Tints of Scampi #736994

RGB

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

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

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

R = 31.25%
G = 28.53%
B = 40.22%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#736994 (or 0x736994) is known color: Scampi. HEX triplet: 73, 69 and 94. RGB value is (115,105,148). Sum of RGB (Red+Green+Blue) = 115+105+148=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #736994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736994 is #8C966B. Grayscale: #707070. Windows color (decimal): -9213548 or 9726323. OLE color: 9726323.

HSL color Cylindrical-coordinate representation of color #736994: hue angle of 253.95º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #736994 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 105 148 -
CMYK 0.22 0.29 0 0.42
HSL 253.95º 0.17% 0.5% -
HSV(B) 253.95º 0.29% 0.58% -
XYZ 17.47 15.89 30.16 -
YUV 112.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 115 105 148 0.22 0.29 0 0.42 253.95 0.17 0.5
Hex 73 69 94 16 1D 0 2A FE 11 32
Octal 163 151 224 26 35 0 52 376 21 62
Binary 1110011 1101001 10010100 10110 11101 0 101010 11111110 10001 110010

Color Harmonies of #736994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736994

Black with #736994

Text Example


Text Example

White with #736994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736994; }

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

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

background-color css

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

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

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

border-color css

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

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

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