Html Css Color HEX #737095 Scampi

📋 copy color: '#737095'

red 115 ◦ green 112 ◦ blue 149

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

Shades of Scampi #737095

Tints of Scampi #737095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

 BLUE value IS 149 (58.59% from 255) = 39.63%

R = 30.59%
G = 29.79%
B = 39.63%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#737095 (or 0x737095) is known color: Scampi. HEX triplet: 73, 70 and 95. RGB value is (115,112,149). Sum of RGB (Red+Green+Blue) = 115+112+149=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #737095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737095 is #8C8F6A. Grayscale: #747474. Windows color (decimal): -9211755 or 9793651. OLE color: 9793651.

HSL color Cylindrical-coordinate representation of color #737095: hue angle of 244.86º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #737095 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 112 149 -
CMYK 0.23 0.25 0 0.42
HSL 244.86º 0.15% 0.51% -
HSV(B) 244.86º 0.25% 0.58% -
XYZ 18.29 17.4 30.83 -
YUV 117.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 115 112 149 0.23 0.25 0 0.42 244.86 0.15 0.51
Hex 73 70 95 17 19 0 2A F5 F 33
Octal 163 160 225 27 31 0 52 365 17 63
Binary 1110011 1110000 10010101 10111 11001 0 101010 11110101 1111 110011

Color Harmonies of #737095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737095

Black with #737095

Text Example


Text Example

White with #737095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737095; }

 p { color: rgb(115,112,149); }

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

background-color css

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

 a { background-color: rgb(115,112,149); }

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

border-color css

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

 span { border-color: rgb(115,112,149); }

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