#8095B4

Color #8095B4 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #8095B4

Tints of Ship Cove #8095B4

Color information

#8095B4 (or 0x8095B4) is unknown color: approx Ship Cove. HEX triplet: 80, 95 and B4. RGB value is (128,149,180). Sum of RGB (Red+Green+Blue) = 128+149+180=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #8095B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8095B4 is #7F6A4B. Grayscale: #929292. Windows color (decimal): -8350284 or 11834752. OLE color: 11834752.

HSL color Cylindrical-coordinate representation of color #8095B4: hue angle of 215.77º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8095B4 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB128149180-
CMYK0.290.1700.29
HSL215.77º25.74%60.39%-
HSV(B)215.77º28.89%70.59%-
XYZ27.8929.3847.38-
YUV146.26147.04114.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.01%
GREEN value IS 149 (58.59% from 255) = 32.60%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=28.01%
G=32.60%
B=39.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281491800.290.1700.29215.7725.7460.39
Hex8095B41D1101Dd81a3c
Octal20022526435210353303274
Binary10000000100101011011010011101100010111011101100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8095B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,149,180); }

 H1.HeaderClassName
 {
   color: #8095B4;
 }
 .AnyTagClassName
 {
   color: #8095B4;
 }
</style>
background-color css

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

 a { background-color: rgb(128,149,180); }

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

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

 span { border-color: rgb(128,149,180); }

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