Html Css Color HEX #736395 Scampi

📋 copy color: '#736395'

red 115 ◦ green 99 ◦ blue 149

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

Shades of Scampi #736395

Tints of Scampi #736395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.27%

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

R = 31.68%
G = 27.27%
B = 41.05%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#736395 (or 0x736395) is known color: Scampi. HEX triplet: 73, 63 and 95. RGB value is (115,99,149). Sum of RGB (Red+Green+Blue) = 115+99+149=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #736395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736395 is #8C9C6A. Grayscale: #6D6D6D. Windows color (decimal): -9215083 or 9790323. OLE color: 9790323.

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

Color convert

RGB 115 99 149 -
CMYK 0.23 0.34 0 0.42
HSL 259.2º 0.2% 0.49% -
HSV(B) 259.2º 0.34% 0.58% -
XYZ 16.96 14.74 30.38 -
YUV 109.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 115 99 149 0.23 0.34 0 0.42 259.2 0.2 0.49
Hex 73 63 95 17 22 0 2A 103 14 31
Octal 163 143 225 27 42 0 52 403 24 61
Binary 1110011 1100011 10010101 10111 100010 0 101010 100000011 10100 110001

Color Harmonies of #736395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736395

Black with #736395

Text Example


Text Example

White with #736395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736395; }

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

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

background-color css

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

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

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

border-color css

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

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

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