Html Css Color HEX #8391AA Ship Cove

📋 copy color: '#8391AA'

red 131 ◦ green 145 ◦ blue 170

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

Shades of Ship Cove #8391AA

Tints of Ship Cove #8391AA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.51%

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

R = 29.37%
G = 32.51%
B = 38.12%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8391AA (or 0x8391AA) is known color: Ship Cove. HEX triplet: 83, 91 and AA. RGB value is (131,145,170). Sum of RGB (Red+Green+Blue) = 131+145+170=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #8391AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8391AA is #7C6E55. Grayscale: #8F8F8F. Windows color (decimal): -8154710 or 11178371. OLE color: 11178371.

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

Color convert

RGB 131 145 170 -
CMYK 0.23 0.15 0 0.33
HSL 218.46º 0.19% 0.59% -
HSV(B) 218.46º 0.23% 0.67% -
XYZ 26.74 27.98 42.02 -
YUV 143.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 131 145 170 0.23 0.15 0 0.33 218.46 0.19 0.59
Hex 83 91 AA 17 F 0 21 DA 13 3B
Octal 203 221 252 27 17 0 41 332 23 73
Binary 10000011 10010001 10101010 10111 1111 0 100001 11011010 10011 111011

Color Harmonies of #8391AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8391AA

Black with #8391AA

Text Example


Text Example

White with #8391AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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