Html Css Color HEX #7584A8 Ship Cove

📋 copy color: '#7584A8'

red 117 ◦ green 132 ◦ blue 168

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

Shades of Ship Cove #7584A8

Tints of Ship Cove #7584A8

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.65%

 BLUE value IS 168 (66.02% from 255) = 40.29%

R = 28.06%
G = 31.65%
B = 40.29%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7584A8 (or 0x7584A8) is known color: Ship Cove. HEX triplet: 75, 84 and A8. RGB value is (117,132,168). Sum of RGB (Red+Green+Blue) = 117+132+168=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 168 - color contains mainly: blue. Hex color #7584A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7584A8 is #8A7B57. Grayscale: #838383. Windows color (decimal): -9075544 or 11043957. OLE color: 11043957.

HSL color Cylindrical-coordinate representation of color #7584A8: hue angle of 222.35º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7584A8 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 132 168 -
CMYK 0.30 0.21 0 0.34
HSL 222.35º 0.23% 0.56% -
HSV(B) 222.35º 0.3% 0.66% -
XYZ 22.66 23.11 40.31 -
YUV 131.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 117 132 168 0.30 0.21 0 0.34 222.35 0.23 0.56
Hex 75 84 A8 1E 15 0 22 DE 17 38
Octal 165 204 250 36 25 0 42 336 27 70
Binary 1110101 10000100 10101000 11110 10101 0 100010 11011110 10111 111000

Color Harmonies of #7584A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7584A8

Black with #7584A8

Text Example


Text Example

White with #7584A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7584A8; }

 p { color: rgb(117,132,168); }

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

background-color css

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

 a { background-color: rgb(117,132,168); }

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

border-color css

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

 span { border-color: rgb(117,132,168); }

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