Html Css Color HEX #736594 Scampi

📋 copy color: '#736594'

red 115 ◦ green 101 ◦ blue 148

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

Shades of Scampi #736594

Tints of Scampi #736594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.75%

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

R = 31.59%
G = 27.75%
B = 40.66%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#736594 (or 0x736594) is known color: Scampi. HEX triplet: 73, 65 and 94. RGB value is (115,101,148). Sum of RGB (Red+Green+Blue) = 115+101+148=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #736594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736594 is #8C9A6B. Grayscale: #6E6E6E. Windows color (decimal): -9214572 or 9725299. OLE color: 9725299.

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

Color convert

RGB 115 101 148 -
CMYK 0.22 0.32 0 0.42
HSL 257.87º 0.19% 0.49% -
HSV(B) 257.87º 0.32% 0.58% -
XYZ 17.07 15.09 30.03 -
YUV 110.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 115 101 148 0.22 0.32 0 0.42 257.87 0.19 0.49
Hex 73 65 94 16 20 0 2A 102 13 31
Octal 163 145 224 26 40 0 52 402 23 61
Binary 1110011 1100101 10010100 10110 100000 0 101010 100000010 10011 110001

Color Harmonies of #736594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736594

Black with #736594

Text Example


Text Example

White with #736594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736594; }

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

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

background-color css

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

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

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

border-color css

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

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

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