Html Css Color HEX #8693AD Ship Cove

📋 copy color: '#8693AD'

red 134 ◦ green 147 ◦ blue 173

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

Shades of Ship Cove #8693AD

Tints of Ship Cove #8693AD

RGB

 RED value IS 134 (52.73% from 255) = 29.52%

 GREEN value IS 147 (57.81% from 255) = 32.38%

 BLUE value IS 173 (67.97% from 255) = 38.11%

R = 29.52%
G = 32.38%
B = 38.11%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8693AD (or 0x8693AD) is known color: Ship Cove. HEX triplet: 86, 93 and AD. RGB value is (134,147,173). Sum of RGB (Red+Green+Blue) = 134+147+173=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #8693AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8693AD is #796C52. Grayscale: #919191. Windows color (decimal): -7957587 or 11375494. OLE color: 11375494.

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

Color convert

RGB 134 147 173 -
CMYK 0.23 0.15 0 0.32
HSL 220º 0.19% 0.6% -
HSV(B) 220º 0.23% 0.68% -
XYZ 27.81 28.95 43.66 -
YUV 146.08 143.19 119.39 -
System Red Green Blue C M Y K H S L
Decimal 134 147 173 0.23 0.15 0 0.32 220 0.19 0.6
Hex 86 93 AD 17 F 0 20 DC 13 3C
Octal 206 223 255 27 17 0 40 334 23 74
Binary 10000110 10010011 10101101 10111 1111 0 100000 11011100 10011 111100

Color Harmonies of #8693AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8693AD

Black with #8693AD

Text Example


Text Example

White with #8693AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8693AD;
 }
 .AnyTagClassName
 {
   color: #8693AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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