#848FAC

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

Shades of Ship Cove #848FAC

Tints of Ship Cove #848FAC

Color information

#848FAC (or 0x848FAC) is unknown color: approx Ship Cove. HEX triplet: 84, 8F and AC. RGB value is (132,143,172). Sum of RGB (Red+Green+Blue) = 132+143+172=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #848FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848FAC is #7B7053. Grayscale: #8E8E8E. Windows color (decimal): -8089684 or 11308932. OLE color: 11308932.

HSL color Cylindrical-coordinate representation of color #848FAC: hue angle of 223.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #848FAC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132143172-
CMYK0.230.1700.33
HSL223.5º19.42%59.61%-
HSV(B)223.5º23.26%67.45%-
XYZ26.7827.5342.93-
YUV143.02144.36120.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.53%
GREEN value IS 143 (56.25% from 255) = 31.99%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=29.53%
G=31.99%
B=38.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321431720.230.1700.33223.519.4259.61
Hex848FAC1711021e0133c
Octal20421725427210413402374
Binary100001001000111110101100101111000101000011110000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,143,172); }

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

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

 a { background-color: rgb(132,143,172); }

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

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

 span { border-color: rgb(132,143,172); }

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