Html Css Color HEX #7580A7 Ship Cove

📋 copy color: '#7580A7'

red 117 ◦ green 128 ◦ blue 167

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

Shades of Ship Cove #7580A7

Tints of Ship Cove #7580A7

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.07%

 BLUE value IS 167 (65.63% from 255) = 40.53%

R = 28.4%
G = 31.07%
B = 40.53%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7580A7 (or 0x7580A7) is known color: Ship Cove. HEX triplet: 75, 80 and A7. RGB value is (117,128,167). Sum of RGB (Red+Green+Blue) = 117+128+167=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 167 - color contains mainly: blue. Hex color #7580A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7580A7 is #8A7F58. Grayscale: #808080. Windows color (decimal): -9076569 or 10977397. OLE color: 10977397.

HSL color Cylindrical-coordinate representation of color #7580A7: hue angle of 226.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7580A7 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 128 167 -
CMYK 0.30 0.23 0 0.35
HSL 226.8º 0.22% 0.56% -
HSV(B) 226.8º 0.3% 0.65% -
XYZ 22.03 22.01 39.65 -
YUV 129.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 117 128 167 0.30 0.23 0 0.35 226.8 0.22 0.56
Hex 75 80 A7 1E 17 0 23 E3 16 38
Octal 165 200 247 36 27 0 43 343 26 70
Binary 1110101 10000000 10100111 11110 10111 0 100011 11100011 10110 111000

Color Harmonies of #7580A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7580A7

Black with #7580A7

Text Example


Text Example

White with #7580A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7580A7; }

 p { color: rgb(117,128,167); }

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

background-color css

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

 a { background-color: rgb(117,128,167); }

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

border-color css

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

 span { border-color: rgb(117,128,167); }

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