Html Css Color HEX #8085AC Ship Cove

📋 copy color: '#8085AC'

red 128 ◦ green 133 ◦ blue 172

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

Shades of Ship Cove #8085AC

Tints of Ship Cove #8085AC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.72%

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

R = 29.56%
G = 30.72%
B = 39.72%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8085AC (or 0x8085AC) is known color: Ship Cove. HEX triplet: 80, 85 and AC. RGB value is (128,133,172). Sum of RGB (Red+Green+Blue) = 128+133+172=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #8085AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8085AC is #7F7A53. Grayscale: #878787. Windows color (decimal): -8354388 or 11306368. OLE color: 11306368.

HSL color Cylindrical-coordinate representation of color #8085AC: hue angle of 233.18º 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 #8085AC is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 133 172 -
CMYK 0.26 0.23 0 0.33
HSL 233.18º 0.21% 0.59% -
HSV(B) 233.18º 0.26% 0.67% -
XYZ 24.74 24.34 42.42 -
YUV 135.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 128 133 172 0.26 0.23 0 0.33 233.18 0.21 0.59
Hex 80 85 AC 1A 17 0 21 E9 15 3B
Octal 200 205 254 32 27 0 41 351 25 73
Binary 10000000 10000101 10101100 11010 10111 0 100001 11101001 10101 111011

Color Harmonies of #8085AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8085AC

Black with #8085AC

Text Example


Text Example

White with #8085AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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