Html Css Color HEX #747295 Scampi

📋 copy color: '#747295'

red 116 ◦ green 114 ◦ blue 149

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

Shades of Scampi #747295

Tints of Scampi #747295

RGB

 RED value IS 116 (45.7% from 255) = 30.61%

 GREEN value IS 114 (44.92% from 255) = 30.08%

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

R = 30.61%
G = 30.08%
B = 39.31%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#747295 (or 0x747295) is known color: Scampi. HEX triplet: 74, 72 and 95. RGB value is (116,114,149). Sum of RGB (Red+Green+Blue) = 116+114+149=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #747295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747295 is #8B8D6A. Grayscale: #767676. Windows color (decimal): -9145707 or 9794164. OLE color: 9794164.

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

Color convert

RGB 116 114 149 -
CMYK 0.22 0.23 0 0.42
HSL 243.43º 0.14% 0.52% -
HSV(B) 243.43º 0.23% 0.58% -
XYZ 18.64 17.92 30.91 -
YUV 118.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 116 114 149 0.22 0.23 0 0.42 243.43 0.14 0.52
Hex 74 72 95 16 17 0 2A F3 E 34
Octal 164 162 225 26 27 0 52 363 16 64
Binary 1110100 1110010 10010101 10110 10111 0 101010 11110011 1110 110100

Color Harmonies of #747295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747295

Black with #747295

Text Example


Text Example

White with #747295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747295; }

 p { color: rgb(116,114,149); }

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

background-color css

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

 a { background-color: rgb(116,114,149); }

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

border-color css

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

 span { border-color: rgb(116,114,149); }

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