Html Css Color HEX #736498 Scampi

📋 copy color: '#736498'

red 115 ◦ green 100 ◦ blue 152

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

Shades of Scampi #736498

Tints of Scampi #736498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

 BLUE value IS 152 (59.77% from 255) = 41.42%

R = 31.34%
G = 27.25%
B = 41.42%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#736498 (or 0x736498) is known color: Scampi. HEX triplet: 73, 64 and 98. RGB value is (115,100,152). Sum of RGB (Red+Green+Blue) = 115+100+152=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 152 - color contains mainly: blue. Hex color #736498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736498 is #8C9B67. Grayscale: #6E6E6E. Windows color (decimal): -9214824 or 9987187. OLE color: 9987187.

HSL color Cylindrical-coordinate representation of color #736498: hue angle of 257.31º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #736498 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 100 152 -
CMYK 0.24 0.34 0 0.40
HSL 257.31º 0.21% 0.49% -
HSV(B) 257.31º 0.34% 0.6% -
XYZ 17.29 15.03 31.69 -
YUV 110.41 151.47 131.27 -
System Red Green Blue C M Y K H S L
Decimal 115 100 152 0.24 0.34 0 0.40 257.31 0.21 0.49
Hex 73 64 98 18 22 0 28 101 15 31
Octal 163 144 230 30 42 0 50 401 25 61
Binary 1110011 1100100 10011000 11000 100010 0 101000 100000001 10101 110001

Color Harmonies of #736498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736498

Black with #736498

Text Example


Text Example

White with #736498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736498; }

 p { color: rgb(115,100,152); }

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

background-color css

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

 a { background-color: rgb(115,100,152); }

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

border-color css

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

 span { border-color: rgb(115,100,152); }

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