Html Css Color HEX #736098 Scampi

📋 copy color: '#736098'

red 115 ◦ green 96 ◦ blue 152

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

Shades of Scampi #736098

Tints of Scampi #736098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.45%

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

R = 31.68%
G = 26.45%
B = 41.87%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#736098 (or 0x736098) is known color: Scampi. HEX triplet: 73, 60 and 98. RGB value is (115,96,152). Sum of RGB (Red+Green+Blue) = 115+96+152=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #736098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736098 is #8C9F67. Grayscale: #6B6B6B. Windows color (decimal): -9215848 or 9986163. OLE color: 9986163.

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

Color convert

RGB 115 96 152 -
CMYK 0.24 0.37 0 0.40
HSL 260.36º 0.23% 0.49% -
HSV(B) 260.36º 0.37% 0.6% -
XYZ 16.92 14.28 31.57 -
YUV 108.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 115 96 152 0.24 0.37 0 0.40 260.36 0.23 0.49
Hex 73 60 98 18 25 0 28 104 17 31
Octal 163 140 230 30 45 0 50 404 27 61
Binary 1110011 1100000 10011000 11000 100101 0 101000 100000100 10111 110001

Color Harmonies of #736098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736098

Black with #736098

Text Example


Text Example

White with #736098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736098; }

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

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

background-color css

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

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

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

border-color css

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

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

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