Html Css Color HEX #736C9B Scampi

📋 copy color: '#736C9B'

red 115 ◦ green 108 ◦ blue 155

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

Shades of Scampi #736C9B

Tints of Scampi #736C9B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.57%

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 30.42%
G = 28.57%
B = 41.01%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#736C9B (or 0x736C9B) is known color: Scampi. HEX triplet: 73, 6C and 9B. RGB value is (115,108,155). Sum of RGB (Red+Green+Blue) = 115+108+155=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #736C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736C9B is #8C9364. Grayscale: #737373. Windows color (decimal): -9212773 or 10185843. OLE color: 10185843.

HSL color Cylindrical-coordinate representation of color #736C9B: hue angle of 248.94º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #736C9B is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 108 155 -
CMYK 0.26 0.30 0 0.39
HSL 248.94º 0.19% 0.52% -
HSV(B) 248.94º 0.3% 0.61% -
XYZ 18.35 16.74 33.27 -
YUV 115.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 115 108 155 0.26 0.30 0 0.39 248.94 0.19 0.52
Hex 73 6C 9B 1A 1E 0 27 F9 13 34
Octal 163 154 233 32 36 0 47 371 23 64
Binary 1110011 1101100 10011011 11010 11110 0 100111 11111001 10011 110100

Color Harmonies of #736C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C9B

Black with #736C9B

Text Example


Text Example

White with #736C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,108,155); }

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

background-color css

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

 a { background-color: rgb(115,108,155); }

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

border-color css

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

 span { border-color: rgb(115,108,155); }

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