Html Css Color HEX #736A9B Scampi

📋 copy color: '#736A9B'

red 115 ◦ green 106 ◦ blue 155

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

Shades of Scampi #736A9B

Tints of Scampi #736A9B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.19%

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

R = 30.59%
G = 28.19%
B = 41.22%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#736A9B (or 0x736A9B) is known color: Scampi. HEX triplet: 73, 6A and 9B. RGB value is (115,106,155). Sum of RGB (Red+Green+Blue) = 115+106+155=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #736A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736A9B is #8C9564. Grayscale: #727272. Windows color (decimal): -9213285 or 10185331. OLE color: 10185331.

HSL color Cylindrical-coordinate representation of color #736A9B: hue angle of 251.02º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #736A9B is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 106 155 -
CMYK 0.26 0.32 0 0.39
HSL 251.02º 0.2% 0.51% -
HSV(B) 251.02º 0.32% 0.61% -
XYZ 18.14 16.32 33.2 -
YUV 114.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 115 106 155 0.26 0.32 0 0.39 251.02 0.2 0.51
Hex 73 6A 9B 1A 20 0 27 FB 14 33
Octal 163 152 233 32 40 0 47 373 24 63
Binary 1110011 1101010 10011011 11010 100000 0 100111 11111011 10100 110011

Color Harmonies of #736A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A9B

Black with #736A9B

Text Example


Text Example

White with #736A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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