#8390B0

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

Shades of Ship Cove #8390B0

Tints of Ship Cove #8390B0

Color information

#8390B0 (or 0x8390B0) is unknown color: approx Ship Cove. HEX triplet: 83, 90 and B0. RGB value is (131,144,176). Sum of RGB (Red+Green+Blue) = 131+144+176=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 176 - color contains mainly: blue. Hex color #8390B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8390B0 is #7C6F4F. Grayscale: #8F8F8F. Windows color (decimal): -8154960 or 11571331. OLE color: 11571331.

HSL color Cylindrical-coordinate representation of color #8390B0: hue angle of 222.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8390B0 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB131144176-
CMYK0.260.1800.31
HSL222.67º22.17%60.2%-
HSV(B)222.67º25.57%69.02%-
XYZ27.1727.9145.03-
YUV143.76146.19118.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.05%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 176 (69.14% from 255) = 39.02%
R=29.05%
G=31.93%
B=39.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311441760.260.1800.31222.6722.1760.2
Hex8390B01A1201Fdf163c
Octal20322026032220373372674
Binary10000011100100001011000011010100100111111101111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8390B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8390B0; }

 p { color: rgb(131,144,176); }

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

<style>
 a { background-color: #8390B0; }

 a { background-color: rgb(131,144,176); }

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

<style>
 span { border-color: #8390B0; }

 span { border-color: rgb(131,144,176); }

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