Html Css Color HEX #7487AA Ship Cove

📋 copy color: '#7487AA'

red 116 ◦ green 135 ◦ blue 170

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

Shades of Ship Cove #7487AA

Tints of Ship Cove #7487AA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.07%

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 27.55%
G = 32.07%
B = 40.38%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7487AA (or 0x7487AA) is known color: Ship Cove. HEX triplet: 74, 87 and AA. RGB value is (116,135,170). Sum of RGB (Red+Green+Blue) = 116+135+170=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #7487AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7487AA is #8B7855. Grayscale: #858585. Windows color (decimal): -9140310 or 11175796. OLE color: 11175796.

HSL color Cylindrical-coordinate representation of color #7487AA: hue angle of 218.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7487AA is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 135 170 -
CMYK 0.32 0.21 0 0.33
HSL 218.89º 0.24% 0.56% -
HSV(B) 218.89º 0.32% 0.67% -
XYZ 23.12 23.94 41.43 -
YUV 133.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 116 135 170 0.32 0.21 0 0.33 218.89 0.24 0.56
Hex 74 87 AA 20 15 0 21 DB 18 38
Octal 164 207 252 40 25 0 41 333 30 70
Binary 1110100 10000111 10101010 100000 10101 0 100001 11011011 11000 111000

Color Harmonies of #7487AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7487AA

Black with #7487AA

Text Example


Text Example

White with #7487AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7487AA; }

 p { color: rgb(116,135,170); }

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

background-color css

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

 a { background-color: rgb(116,135,170); }

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

border-color css

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

 span { border-color: rgb(116,135,170); }

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