Html Css Color HEX #8294AB Ship Cove

📋 copy color: '#8294AB'

red 130 ◦ green 148 ◦ blue 171

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

Shades of Ship Cove #8294AB

Tints of Ship Cove #8294AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 28.95%
G = 32.96%
B = 38.08%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8294AB (or 0x8294AB) is known color: Ship Cove. HEX triplet: 82, 94 and AB. RGB value is (130,148,171). Sum of RGB (Red+Green+Blue) = 130+148+171=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #8294AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8294AB is #7D6B54. Grayscale: #919191. Windows color (decimal): -8219477 or 11244674. OLE color: 11244674.

HSL color Cylindrical-coordinate representation of color #8294AB: hue angle of 213.66º degrees, saturation: 0.2, 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 #8294AB is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 148 171 -
CMYK 0.24 0.13 0 0.33
HSL 213.66º 0.2% 0.59% -
HSV(B) 213.66º 0.24% 0.67% -
XYZ 27.15 28.87 42.67 -
YUV 145.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 130 148 171 0.24 0.13 0 0.33 213.66 0.2 0.59
Hex 82 94 AB 18 D 0 21 D6 14 3B
Octal 202 224 253 30 15 0 41 326 24 73
Binary 10000010 10010100 10101011 11000 1101 0 100001 11010110 10100 111011

Color Harmonies of #8294AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8294AB

Black with #8294AB

Text Example


Text Example

White with #8294AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8294AB; }

 p { color: rgb(130,148,171); }

 H1.HeaderClassName
 {
   color: #8294AB;
 }
 .AnyTagClassName
 {
   color: #8294AB;
 }
</style>

background-color css

<style>
 a { background-color: #8294AB; }

 a { background-color: rgb(130,148,171); }

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

border-color css

<style>
 span { border-color: #8294AB; }

 span { border-color: rgb(130,148,171); }

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