#8093B3

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

Shades of Ship Cove #8093B3

Tints of Ship Cove #8093B3

Color information

#8093B3 (or 0x8093B3) is unknown color: approx Ship Cove. HEX triplet: 80, 93 and B3. RGB value is (128,147,179). Sum of RGB (Red+Green+Blue) = 128+147+179=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 179 (70.31% from 255 or 39.43% from 454); Max value from RGB is 179 - color contains mainly: blue. Hex color #8093B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8093B3 is #7F6C4C. Grayscale: #909090. Windows color (decimal): -8350797 or 11768704. OLE color: 11768704.

HSL color Cylindrical-coordinate representation of color #8093B3: hue angle of 217.65º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8093B3 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB128147179-
CMYK0.280.1800.30
HSL217.65º25.12%60.2%-
HSV(B)217.65º28.49%70.2%-
XYZ27.4728.7146.74-
YUV144.97147.21115.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.19%
GREEN value IS 147 (57.81% from 255) = 32.38%
BLUE value IS 179 (70.31% from 255) = 39.43%
R=28.19%
G=32.38%
B=39.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1281471790.280.1800.30217.6525.1260.2
Hex8093B31C1201Eda193c
Octal20022326334220363323174
Binary10000000100100111011001111100100100111101101101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8093B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8093B3; }

 p { color: rgb(128,147,179); }

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

<style>
 a { background-color: #8093B3; }

 a { background-color: rgb(128,147,179); }

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

<style>
 span { border-color: #8093B3; }

 span { border-color: rgb(128,147,179); }

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