#848DAB

Color #848DAB Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #848DAB

Tints of Ship Cove #848DAB

Color information

#848DAB (or 0x848DAB) is unknown color: approx Ship Cove. HEX triplet: 84, 8D and AB. RGB value is (132,141,171). Sum of RGB (Red+Green+Blue) = 132+141+171=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #848DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848DAB is #7B7254. Grayscale: #8D8D8D. Windows color (decimal): -8090197 or 11242884. OLE color: 11242884.

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

Color convert

RGB132141171-
CMYK0.230.1800.33
HSL226.15º18.84%59.41%-
HSV(B)226.15º22.81%67.06%-
XYZ26.3926.942.33-
YUV141.73144.52121.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.73%
GREEN value IS 141 (55.47% from 255) = 31.76%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=29.73%
G=31.76%
B=38.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321411710.230.1800.33226.1518.8459.41
Hex848DAB1712021e2133b
Octal20421525327220413422373
Binary100001001000110110101011101111001001000011110001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #848DAB;
 }
 .AnyTagClassName
 {
   color: #848DAB;
 }
</style>
background-color css

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

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

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

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

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

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