Html Css Color HEX #8193AD Ship Cove

📋 copy color: '#8193AD'

red 129 ◦ green 147 ◦ blue 173

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

Shades of Ship Cove #8193AD

Tints of Ship Cove #8193AD

RGB

 RED value IS 129 (50.78% from 255) = 28.73%

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

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

R = 28.73%
G = 32.74%
B = 38.53%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8193AD (or 0x8193AD) is known color: Ship Cove. HEX triplet: 81, 93 and AD. RGB value is (129,147,173). Sum of RGB (Red+Green+Blue) = 129+147+173=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #8193AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8193AD is #7E6C52. Grayscale: #909090. Windows color (decimal): -8285267 or 11375489. OLE color: 11375489.

HSL color Cylindrical-coordinate representation of color #8193AD: hue angle of 215.45º 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 #8193AD is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 147 173 -
CMYK 0.25 0.15 0 0.32
HSL 215.45º 0.21% 0.59% -
HSV(B) 215.45º 0.25% 0.68% -
XYZ 27.03 28.55 43.62 -
YUV 144.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 129 147 173 0.25 0.15 0 0.32 215.45 0.21 0.59
Hex 81 93 AD 19 F 0 20 D7 15 3B
Octal 201 223 255 31 17 0 40 327 25 73
Binary 10000001 10010011 10101101 11001 1111 0 100000 11010111 10101 111011

Color Harmonies of #8193AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8193AD

Black with #8193AD

Text Example


Text Example

White with #8193AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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