Html Css Color HEX #8090AF Ship Cove

📋 copy color: '#8090AF'

red 128 ◦ green 144 ◦ blue 175

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

Shades of Ship Cove #8090AF

Tints of Ship Cove #8090AF

RGB

 RED value IS 128 (50.39% from 255) = 28.64%

 GREEN value IS 144 (56.64% from 255) = 32.21%

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

R = 28.64%
G = 32.21%
B = 39.15%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8090AF (or 0x8090AF) is known color: Ship Cove. HEX triplet: 80, 90 and AF. RGB value is (128,144,175). Sum of RGB (Red+Green+Blue) = 128+144+175=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #8090AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8090AF is #7F6F50. Grayscale: #8E8E8E. Windows color (decimal): -8351569 or 11505792. OLE color: 11505792.

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

Color convert

RGB 128 144 175 -
CMYK 0.27 0.18 0 0.31
HSL 219.57º 0.23% 0.59% -
HSV(B) 219.57º 0.27% 0.69% -
XYZ 26.61 27.63 44.49 -
YUV 142.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 128 144 175 0.27 0.18 0 0.31 219.57 0.23 0.59
Hex 80 90 AF 1B 12 0 1F DC 17 3B
Octal 200 220 257 33 22 0 37 334 27 73
Binary 10000000 10010000 10101111 11011 10010 0 11111 11011100 10111 111011

Color Harmonies of #8090AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8090AF

Black with #8090AF

Text Example


Text Example

White with #8090AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,144,175); }

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

background-color css

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

 a { background-color: rgb(128,144,175); }

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

border-color css

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

 span { border-color: rgb(128,144,175); }

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