#8293AD

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

Shades of Ship Cove #8293AD

Tints of Ship Cove #8293AD

Color information

#8293AD (or 0x8293AD) is unknown color: approx Ship Cove. HEX triplet: 82, 93 and AD. RGB value is (130,147,173). Sum of RGB (Red+Green+Blue) = 130+147+173=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #8293AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8293AD is #7D6C52. Grayscale: #909090. Windows color (decimal): -8219731 or 11375490. OLE color: 11375490.

HSL color Cylindrical-coordinate representation of color #8293AD: hue angle of 216.28º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8293AD is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB130147173-
CMYK0.250.1500.32
HSL216.28º20.77%59.41%-
HSV(B)216.28º24.86%67.84%-
XYZ27.1828.6343.63-
YUV144.88143.87117.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.89%
GREEN value IS 147 (57.81% from 255) = 32.67%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=28.89%
G=32.67%
B=38.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301471730.250.1500.32216.2820.7759.41
Hex8293AD19F020d8153b
Octal20222325531170403302573
Binary10000010100100111010110111001111101000001101100010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8293AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8293AD; }

 p { color: rgb(130,147,173); }

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

<style>
 a { background-color: #8293AD; }

 a { background-color: rgb(130,147,173); }

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

<style>
 span { border-color: #8293AD; }

 span { border-color: rgb(130,147,173); }

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