Html Css Color HEX #8291AA Ship Cove

📋 copy color: '#8291AA'

red 130 ◦ green 145 ◦ blue 170

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

Shades of Ship Cove #8291AA

Tints of Ship Cove #8291AA

RGB

 RED value IS 130 (51.17% from 255) = 29.21%

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

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

R = 29.21%
G = 32.58%
B = 38.2%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8291AA (or 0x8291AA) is known color: Ship Cove. HEX triplet: 82, 91 and AA. RGB value is (130,145,170). Sum of RGB (Red+Green+Blue) = 130+145+170=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #8291AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8291AA is #7D6E55. Grayscale: #8F8F8F. Windows color (decimal): -8220246 or 11178370. OLE color: 11178370.

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

Color convert

RGB 130 145 170 -
CMYK 0.24 0.15 0 0.33
HSL 217.5º 0.19% 0.59% -
HSV(B) 217.5º 0.24% 0.67% -
XYZ 26.59 27.9 42.01 -
YUV 143.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 130 145 170 0.24 0.15 0 0.33 217.5 0.19 0.59
Hex 82 91 AA 18 F 0 21 DA 13 3B
Octal 202 221 252 30 17 0 41 332 23 73
Binary 10000010 10010001 10101010 11000 1111 0 100001 11011010 10011 111011

Color Harmonies of #8291AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8291AA

Black with #8291AA

Text Example


Text Example

White with #8291AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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