Html Css Color HEX #736F9C Scampi

📋 copy color: '#736F9C'

red 115 ◦ green 111 ◦ blue 156

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

Shades of Scampi #736F9C

Tints of Scampi #736F9C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.06%

 BLUE value IS 156 (61.33% from 255) = 40.84%

R = 30.1%
G = 29.06%
B = 40.84%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#736F9C (or 0x736F9C) is known color: Scampi. HEX triplet: 73, 6F and 9C. RGB value is (115,111,156). Sum of RGB (Red+Green+Blue) = 115+111+156=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #736F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736F9C is #8C9063. Grayscale: #757575. Windows color (decimal): -9212004 or 10252147. OLE color: 10252147.

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

Color convert

RGB 115 111 156 -
CMYK 0.26 0.29 0 0.39
HSL 245.33º 0.19% 0.52% -
HSV(B) 245.33º 0.29% 0.61% -
XYZ 18.76 17.41 33.83 -
YUV 117.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 115 111 156 0.26 0.29 0 0.39 245.33 0.19 0.52
Hex 73 6F 9C 1A 1D 0 27 F5 13 34
Octal 163 157 234 32 35 0 47 365 23 64
Binary 1110011 1101111 10011100 11010 11101 0 100111 11110101 10011 110100

Color Harmonies of #736F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F9C

Black with #736F9C

Text Example


Text Example

White with #736F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,111,156); }

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

background-color css

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

 a { background-color: rgb(115,111,156); }

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

border-color css

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

 span { border-color: rgb(115,111,156); }

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