Html Css Color HEX #8087AC Ship Cove

📋 copy color: '#8087AC'

red 128 ◦ green 135 ◦ blue 172

#8087AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #8087AC

Tints of Ship Cove #8087AC

RGB

 RED value IS 128 (50.39% from 255) = 29.43%

 GREEN value IS 135 (53.13% from 255) = 31.03%

 BLUE value IS 172 (67.58% from 255) = 39.54%

R = 29.43%
G = 31.03%
B = 39.54%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8087AC (or 0x8087AC) is known color: Ship Cove. HEX triplet: 80, 87 and AC. RGB value is (128,135,172). Sum of RGB (Red+Green+Blue) = 128+135+172=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #8087AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8087AC is #7F7853. Grayscale: #888888. Windows color (decimal): -8353876 or 11306880. OLE color: 11306880.

HSL color Cylindrical-coordinate representation of color #8087AC: hue angle of 230.45º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8087AC is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 135 172 -
CMYK 0.26 0.22 0 0.33
HSL 230.45º 0.21% 0.59% -
HSV(B) 230.45º 0.26% 0.67% -
XYZ 25.01 24.9 42.52 -
YUV 137.13 147.68 121.49 -
System Red Green Blue C M Y K H S L
Decimal 128 135 172 0.26 0.22 0 0.33 230.45 0.21 0.59
Hex 80 87 AC 1A 16 0 21 E6 15 3B
Octal 200 207 254 32 26 0 41 346 25 73
Binary 10000000 10000111 10101100 11010 10110 0 100001 11100110 10101 111011

Color Harmonies of #8087AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8087AC

Black with #8087AC

Text Example


Text Example

White with #8087AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8087AC; }

 p { color: rgb(128,135,172); }

 H1.HeaderClassName
 {
   color: #8087AC;
 }
 .AnyTagClassName
 {
   color: #8087AC;
 }
</style>

background-color css

<style>
 a { background-color: #8087AC; }

 a { background-color: rgb(128,135,172); }

 div.DivClassName
 {
   background-color: #8087AC;
 }
 .BgClassName
 {
   background-color: #8087AC;
 }
</style>

border-color css

<style>
 span { border-color: #8087AC; }

 span { border-color: rgb(128,135,172); }

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