Html Css Color HEX #7289B4 Ship Cove

📋 copy color: '#7289B4'

red 114 ◦ green 137 ◦ blue 180

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

Shades of Ship Cove #7289B4

Tints of Ship Cove #7289B4

RGB

 RED value IS 114 (44.92% from 255) = 26.45%

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

 BLUE value IS 180 (70.7% from 255) = 41.76%

R = 26.45%
G = 31.79%
B = 41.76%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7289B4 (or 0x7289B4) is known color: Ship Cove. HEX triplet: 72, 89 and B4. RGB value is (114,137,180). Sum of RGB (Red+Green+Blue) = 114+137+180=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 180 - color contains mainly: blue. Hex color #7289B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7289B4 is #8D764B. Grayscale: #868686. Windows color (decimal): -9270860 or 11831666. OLE color: 11831666.

HSL color Cylindrical-coordinate representation of color #7289B4: hue angle of 219.09º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7289B4 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 137 180 -
CMYK 0.37 0.24 0 0.29
HSL 219.09º 0.31% 0.58% -
HSV(B) 219.09º 0.37% 0.71% -
XYZ 24.12 24.76 46.69 -
YUV 135.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 114 137 180 0.37 0.24 0 0.29 219.09 0.31 0.58
Hex 72 89 B4 25 18 0 1D DB 1F 3A
Octal 162 211 264 45 30 0 35 333 37 72
Binary 1110010 10001001 10110100 100101 11000 0 11101 11011011 11111 111010

Color Harmonies of #7289B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7289B4

Black with #7289B4

Text Example


Text Example

White with #7289B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7289B4; }

 p { color: rgb(114,137,180); }

 H1.HeaderClassName
 {
   color: #7289B4;
 }
 .AnyTagClassName
 {
   color: #7289B4;
 }
</style>

background-color css

<style>
 a { background-color: #7289B4; }

 a { background-color: rgb(114,137,180); }

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

border-color css

<style>
 span { border-color: #7289B4; }

 span { border-color: rgb(114,137,180); }

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