Html Css Color HEX #736F9B Scampi

📋 copy color: '#736F9B'

red 115 ◦ green 111 ◦ blue 155

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

Shades of Scampi #736F9B

Tints of Scampi #736F9B

RGB

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

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

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

R = 30.18%
G = 29.13%
B = 40.68%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#736F9B (or 0x736F9B) is known color: Scampi. HEX triplet: 73, 6F and 9B. RGB value is (115,111,155). Sum of RGB (Red+Green+Blue) = 115+111+155=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #736F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736F9B is #8C9064. Grayscale: #757575. Windows color (decimal): -9212005 or 10186611. OLE color: 10186611.

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

Color convert

RGB 115 111 155 -
CMYK 0.26 0.28 0 0.39
HSL 245.45º 0.18% 0.52% -
HSV(B) 245.45º 0.28% 0.61% -
XYZ 18.67 17.38 33.38 -
YUV 117.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 115 111 155 0.26 0.28 0 0.39 245.45 0.18 0.52
Hex 73 6F 9B 1A 1C 0 27 F5 12 34
Octal 163 157 233 32 34 0 47 365 22 64
Binary 1110011 1101111 10011011 11010 11100 0 100111 11110101 10010 110100

Color Harmonies of #736F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F9B

Black with #736F9B

Text Example


Text Example

White with #736F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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