Html Css Color HEX #848EAB Ship Cove

📋 copy color: '#848EAB'

red 132 ◦ green 142 ◦ blue 171

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

Shades of Ship Cove #848EAB

Tints of Ship Cove #848EAB

RGB

 RED value IS 132 (51.95% from 255) = 29.66%

 GREEN value IS 142 (55.86% from 255) = 31.91%

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

R = 29.66%
G = 31.91%
B = 38.43%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#848EAB (or 0x848EAB) is known color: Ship Cove. HEX triplet: 84, 8E and AB. RGB value is (132,142,171). Sum of RGB (Red+Green+Blue) = 132+142+171=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #848EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848EAB is #7B7154. Grayscale: #8E8E8E. Windows color (decimal): -8089941 or 11243140. OLE color: 11243140.

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

Color convert

RGB 132 142 171 -
CMYK 0.23 0.17 0 0.33
HSL 224.62º 0.19% 0.59% -
HSV(B) 224.62º 0.23% 0.67% -
XYZ 26.54 27.19 42.38 -
YUV 142.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 132 142 171 0.23 0.17 0 0.33 224.62 0.19 0.59
Hex 84 8E AB 17 11 0 21 E1 13 3B
Octal 204 216 253 27 21 0 41 341 23 73
Binary 10000100 10001110 10101011 10111 10001 0 100001 11100001 10011 111011

Color Harmonies of #848EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848EAB

Black with #848EAB

Text Example


Text Example

White with #848EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848EAB; }

 p { color: rgb(132,142,171); }

 H1.HeaderClassName
 {
   color: #848EAB;
 }
 .AnyTagClassName
 {
   color: #848EAB;
 }
</style>

background-color css

<style>
 a { background-color: #848EAB; }

 a { background-color: rgb(132,142,171); }

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

border-color css

<style>
 span { border-color: #848EAB; }

 span { border-color: rgb(132,142,171); }

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