Html Css Color HEX #7459A9 Scampi

📋 copy color: '#7459A9'

red 116 ◦ green 89 ◦ blue 169

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

Shades of Scampi #7459A9

Tints of Scampi #7459A9

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.8%

 BLUE value IS 169 (66.41% from 255) = 45.19%

R = 31.02%
G = 23.8%
B = 45.19%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7459A9 (or 0x7459A9) is known color: Scampi. HEX triplet: 74, 59 and A9. RGB value is (116,89,169). Sum of RGB (Red+Green+Blue) = 116+89+169=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 169 - color contains mainly: blue. Hex color #7459A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7459A9 is #8BA656. Grayscale: #696969. Windows color (decimal): -9152087 or 11098484. OLE color: 11098484.

HSL color Cylindrical-coordinate representation of color #7459A9: hue angle of 260.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7459A9 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 116 89 169 -
CMYK 0.31 0.47 0 0.34
HSL 260.25º 0.32% 0.51% -
HSV(B) 260.25º 0.47% 0.66% -
XYZ 17.94 13.72 39.24 -
YUV 106.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 116 89 169 0.31 0.47 0 0.34 260.25 0.32 0.51
Hex 74 59 A9 1F 2F 0 22 104 20 33
Octal 164 131 251 37 57 0 42 404 40 63
Binary 1110100 1011001 10101001 11111 101111 0 100010 100000100 100000 110011

Color Harmonies of #7459A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7459A9

Black with #7459A9

Text Example


Text Example

White with #7459A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7459A9; }

 p { color: rgb(116,89,169); }

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

background-color css

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

 a { background-color: rgb(116,89,169); }

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

border-color css

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

 span { border-color: rgb(116,89,169); }

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