#848CAB

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

Shades of Ship Cove #848CAB

Tints of Ship Cove #848CAB

Color information

#848CAB (or 0x848CAB) is unknown color: approx Ship Cove. HEX triplet: 84, 8C and AB. RGB value is (132,140,171). Sum of RGB (Red+Green+Blue) = 132+140+171=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #848CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848CAB is #7B7354. Grayscale: #8D8D8D. Windows color (decimal): -8090453 or 11242628. OLE color: 11242628.

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

Color convert

RGB132140171-
CMYK0.230.1800.33
HSL227.69º18.84%59.41%-
HSV(B)227.69º22.81%67.06%-
XYZ26.2426.642.28-
YUV141.14144.85121.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.80%
GREEN value IS 140 (55.08% from 255) = 31.60%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=29.80%
G=31.60%
B=38.60%

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
Decimal1321401710.230.1800.33227.6918.8459.41
Hex848CAB1712021e4133b
Octal20421425327220413442373
Binary100001001000110010101011101111001001000011110010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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