Html Css Color HEX #8090B1 Ship Cove

📋 copy color: '#8090B1'

red 128 ◦ green 144 ◦ blue 177

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

Shades of Ship Cove #8090B1

Tints of Ship Cove #8090B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.42%

R = 28.51%
G = 32.07%
B = 39.42%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8090B1 (or 0x8090B1) is known color: Ship Cove. HEX triplet: 80, 90 and B1. RGB value is (128,144,177). Sum of RGB (Red+Green+Blue) = 128+144+177=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 177 - color contains mainly: blue. Hex color #8090B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8090B1 is #7F6F4E. Grayscale: #8E8E8E. Windows color (decimal): -8351567 or 11636864. OLE color: 11636864.

HSL color Cylindrical-coordinate representation of color #8090B1: hue angle of 220.41º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8090B1 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 144 177 -
CMYK 0.28 0.19 0 0.31
HSL 220.41º 0.24% 0.6% -
HSV(B) 220.41º 0.28% 0.69% -
XYZ 26.81 27.71 45.53 -
YUV 142.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 128 144 177 0.28 0.19 0 0.31 220.41 0.24 0.6
Hex 80 90 B1 1C 13 0 1F DC 18 3C
Octal 200 220 261 34 23 0 37 334 30 74
Binary 10000000 10010000 10110001 11100 10011 0 11111 11011100 11000 111100

Color Harmonies of #8090B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8090B1

Black with #8090B1

Text Example


Text Example

White with #8090B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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