Html Css Color HEX #7579A0 Ship Cove

📋 copy color: '#7579A0'

red 117 ◦ green 121 ◦ blue 160

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

Shades of Ship Cove #7579A0

Tints of Ship Cove #7579A0

RGB

 RED value IS 117 (46.09% from 255) = 29.4%

 GREEN value IS 121 (47.66% from 255) = 30.4%

 BLUE value IS 160 (62.89% from 255) = 40.2%

R = 29.4%
G = 30.4%
B = 40.2%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7579A0 (or 0x7579A0) is known color: Ship Cove. HEX triplet: 75, 79 and A0. RGB value is (117,121,160). Sum of RGB (Red+Green+Blue) = 117+121+160=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 160 - color contains mainly: blue. Hex color #7579A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7579A0 is #8A865F. Grayscale: #7C7C7C. Windows color (decimal): -9078368 or 10516853. OLE color: 10516853.

HSL color Cylindrical-coordinate representation of color #7579A0: hue angle of 234.42º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7579A0 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 121 160 -
CMYK 0.27 0.24 0 0.37
HSL 234.42º 0.18% 0.54% -
HSV(B) 234.42º 0.27% 0.63% -
XYZ 20.52 19.99 36.04 -
YUV 124.25 148.17 122.83 -
System Red Green Blue C M Y K H S L
Decimal 117 121 160 0.27 0.24 0 0.37 234.42 0.18 0.54
Hex 75 79 A0 1B 18 0 25 EA 12 36
Octal 165 171 240 33 30 0 45 352 22 66
Binary 1110101 1111001 10100000 11011 11000 0 100101 11101010 10010 110110

Color Harmonies of #7579A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7579A0

Black with #7579A0

Text Example


Text Example

White with #7579A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7579A0; }

 p { color: rgb(117,121,160); }

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

background-color css

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

 a { background-color: rgb(117,121,160); }

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

border-color css

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

 span { border-color: rgb(117,121,160); }

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