Html Css Color HEX #7488AB Ship Cove

📋 copy color: '#7488AB'

red 116 ◦ green 136 ◦ blue 171

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

Shades of Ship Cove #7488AB

Tints of Ship Cove #7488AB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.15%

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 27.42%
G = 32.15%
B = 40.43%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7488AB (or 0x7488AB) is known color: Ship Cove. HEX triplet: 74, 88 and AB. RGB value is (116,136,171). Sum of RGB (Red+Green+Blue) = 116+136+171=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #7488AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7488AB is #8B7754. Grayscale: #858585. Windows color (decimal): -9140053 or 11241588. OLE color: 11241588.

HSL color Cylindrical-coordinate representation of color #7488AB: hue angle of 218.18º degrees, saturation: 0.25, 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 #7488AB is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 136 171 -
CMYK 0.32 0.20 0 0.33
HSL 218.18º 0.25% 0.56% -
HSV(B) 218.18º 0.32% 0.67% -
XYZ 23.36 24.26 41.98 -
YUV 134.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 116 136 171 0.32 0.20 0 0.33 218.18 0.25 0.56
Hex 74 88 AB 20 14 0 21 DA 19 38
Octal 164 210 253 40 24 0 41 332 31 70
Binary 1110100 10001000 10101011 100000 10100 0 100001 11011010 11001 111000

Color Harmonies of #7488AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7488AB

Black with #7488AB

Text Example


Text Example

White with #7488AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7488AB; }

 p { color: rgb(116,136,171); }

 H1.HeaderClassName
 {
   color: #7488AB;
 }
 .AnyTagClassName
 {
   color: #7488AB;
 }
</style>

background-color css

<style>
 a { background-color: #7488AB; }

 a { background-color: rgb(116,136,171); }

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

border-color css

<style>
 span { border-color: #7488AB; }

 span { border-color: rgb(116,136,171); }

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