Html Css Color HEX #736295 Scampi

📋 copy color: '#736295'

red 115 ◦ green 98 ◦ blue 149

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

Shades of Scampi #736295

Tints of Scampi #736295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.07%

 BLUE value IS 149 (58.59% from 255) = 41.16%

R = 31.77%
G = 27.07%
B = 41.16%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#736295 (or 0x736295) is known color: Scampi. HEX triplet: 73, 62 and 95. RGB value is (115,98,149). Sum of RGB (Red+Green+Blue) = 115+98+149=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #736295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736295 is #8C9D6A. Grayscale: #6C6C6C. Windows color (decimal): -9215339 or 9790067. OLE color: 9790067.

HSL color Cylindrical-coordinate representation of color #736295: hue angle of 260º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #736295 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 98 149 -
CMYK 0.23 0.34 0 0.42
HSL 260º 0.21% 0.48% -
HSV(B) 260º 0.34% 0.58% -
XYZ 16.86 14.55 30.35 -
YUV 108.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 115 98 149 0.23 0.34 0 0.42 260 0.21 0.48
Hex 73 62 95 17 22 0 2A 104 15 30
Octal 163 142 225 27 42 0 52 404 25 60
Binary 1110011 1100010 10010101 10111 100010 0 101010 100000100 10101 110000

Color Harmonies of #736295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736295

Black with #736295

Text Example


Text Example

White with #736295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736295; }

 p { color: rgb(115,98,149); }

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

background-color css

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

 a { background-color: rgb(115,98,149); }

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

border-color css

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

 span { border-color: rgb(115,98,149); }

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