Html Css Color HEX #736B98 Scampi

📋 copy color: '#736B98'

red 115 ◦ green 107 ◦ blue 152

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

Shades of Scampi #736B98

Tints of Scampi #736B98

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.61%

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

R = 30.75%
G = 28.61%
B = 40.64%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#736B98 (or 0x736B98) is known color: Scampi. HEX triplet: 73, 6B and 98. RGB value is (115,107,152). Sum of RGB (Red+Green+Blue) = 115+107+152=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #736B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736B98 is #8C9467. Grayscale: #727272. Windows color (decimal): -9213032 or 9988979. OLE color: 9988979.

HSL color Cylindrical-coordinate representation of color #736B98: hue angle of 250.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #736B98 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 107 152 -
CMYK 0.24 0.30 0 0.40
HSL 250.67º 0.18% 0.51% -
HSV(B) 250.67º 0.3% 0.6% -
XYZ 18 16.43 31.93 -
YUV 114.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 115 107 152 0.24 0.30 0 0.40 250.67 0.18 0.51
Hex 73 6B 98 18 1E 0 28 FB 12 33
Octal 163 153 230 30 36 0 50 373 22 63
Binary 1110011 1101011 10011000 11000 11110 0 101000 11111011 10010 110011

Color Harmonies of #736B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736B98

Black with #736B98

Text Example


Text Example

White with #736B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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