#8395AF

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

Shades of Ship Cove #8395AF

Tints of Ship Cove #8395AF

Color information

#8395AF (or 0x8395AF) is unknown color: approx Ship Cove. HEX triplet: 83, 95 and AF. RGB value is (131,149,175). Sum of RGB (Red+Green+Blue) = 131+149+175=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #8395AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8395AF is #7C6A50. Grayscale: #929292. Windows color (decimal): -8153681 or 11507075. OLE color: 11507075.

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

Color convert

RGB131149175-
CMYK0.250.1500.31
HSL215.45º21.57%60%-
HSV(B)215.45º25.14%68.63%-
XYZ27.8529.4244.77-
YUV146.58144.04116.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.79%
GREEN value IS 149 (58.59% from 255) = 32.75%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=28.79%
G=32.75%
B=38.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311491750.250.1500.31215.4521.5760
Hex8395AF19F01Fd7163c
Octal20322525731170373272674
Binary1000001110010101101011111100111110111111101011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8395AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8395AF; }

 p { color: rgb(131,149,175); }

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

<style>
 a { background-color: #8395AF; }

 a { background-color: rgb(131,149,175); }

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

<style>
 span { border-color: #8395AF; }

 span { border-color: rgb(131,149,175); }

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