Html Css Color HEX #7489AF Ship Cove

📋 copy color: '#7489AF'

red 116 ◦ green 137 ◦ blue 175

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

Shades of Ship Cove #7489AF

Tints of Ship Cove #7489AF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.01%

 BLUE value IS 175 (68.75% from 255) = 40.89%

R = 27.1%
G = 32.01%
B = 40.89%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7489AF (or 0x7489AF) is known color: Ship Cove. HEX triplet: 74, 89 and AF. RGB value is (116,137,175). Sum of RGB (Red+Green+Blue) = 116+137+175=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #7489AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7489AF is #8B7650. Grayscale: #868686. Windows color (decimal): -9139793 or 11503988. OLE color: 11503988.

HSL color Cylindrical-coordinate representation of color #7489AF: hue angle of 218.64º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7489AF is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 137 175 -
CMYK 0.34 0.22 0 0.31
HSL 218.64º 0.27% 0.57% -
HSV(B) 218.64º 0.34% 0.69% -
XYZ 23.89 24.7 44.07 -
YUV 135.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 116 137 175 0.34 0.22 0 0.31 218.64 0.27 0.57
Hex 74 89 AF 22 16 0 1F DB 1B 39
Octal 164 211 257 42 26 0 37 333 33 71
Binary 1110100 10001001 10101111 100010 10110 0 11111 11011011 11011 111001

Color Harmonies of #7489AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7489AF

Black with #7489AF

Text Example


Text Example

White with #7489AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7489AF; }

 p { color: rgb(116,137,175); }

 H1.HeaderClassName
 {
   color: #7489AF;
 }
 .AnyTagClassName
 {
   color: #7489AF;
 }
</style>

background-color css

<style>
 a { background-color: #7489AF; }

 a { background-color: rgb(116,137,175); }

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

border-color css

<style>
 span { border-color: #7489AF; }

 span { border-color: rgb(116,137,175); }

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