Html Css Color HEX #8394AA Ship Cove

📋 copy color: '#8394AA'

red 131 ◦ green 148 ◦ blue 170

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

Shades of Ship Cove #8394AA

Tints of Ship Cove #8394AA

RGB

 RED value IS 131 (51.56% from 255) = 29.18%

 GREEN value IS 148 (58.2% from 255) = 32.96%

 BLUE value IS 170 (66.8% from 255) = 37.86%

R = 29.18%
G = 32.96%
B = 37.86%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8394AA (or 0x8394AA) is known color: Ship Cove. HEX triplet: 83, 94 and AA. RGB value is (131,148,170). Sum of RGB (Red+Green+Blue) = 131+148+170=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #8394AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8394AA is #7C6B55. Grayscale: #919191. Windows color (decimal): -8153942 or 11179139. OLE color: 11179139.

HSL color Cylindrical-coordinate representation of color #8394AA: hue angle of 213.85º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8394AA is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 148 170 -
CMYK 0.23 0.13 0 0.33
HSL 213.85º 0.19% 0.59% -
HSV(B) 213.85º 0.23% 0.67% -
XYZ 27.21 28.91 42.18 -
YUV 145.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 131 148 170 0.23 0.13 0 0.33 213.85 0.19 0.59
Hex 83 94 AA 17 D 0 21 D6 13 3B
Octal 203 224 252 27 15 0 41 326 23 73
Binary 10000011 10010100 10101010 10111 1101 0 100001 11010110 10011 111011

Color Harmonies of #8394AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8394AA

Black with #8394AA

Text Example


Text Example

White with #8394AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8394AA; }

 p { color: rgb(131,148,170); }

 H1.HeaderClassName
 {
   color: #8394AA;
 }
 .AnyTagClassName
 {
   color: #8394AA;
 }
</style>

background-color css

<style>
 a { background-color: #8394AA; }

 a { background-color: rgb(131,148,170); }

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

border-color css

<style>
 span { border-color: #8394AA; }

 span { border-color: rgb(131,148,170); }

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