#848FAA

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

Shades of Ship Cove #848FAA

Tints of Ship Cove #848FAA

Color information

#848FAA (or 0x848FAA) is unknown color: approx Ship Cove. HEX triplet: 84, 8F and AA. RGB value is (132,143,170). Sum of RGB (Red+Green+Blue) = 132+143+170=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #848FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848FAA is #7B7055. Grayscale: #8E8E8E. Windows color (decimal): -8089686 or 11177860. OLE color: 11177860.

HSL color Cylindrical-coordinate representation of color #848FAA: hue angle of 222.63º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #848FAA is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132143170-
CMYK0.220.1600.33
HSL222.63º18.27%59.22%-
HSV(B)222.63º22.35%66.67%-
XYZ26.5927.4541.93-
YUV142.79143.36120.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.66%
GREEN value IS 143 (56.25% from 255) = 32.13%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=29.66%
G=32.13%
B=38.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321431700.220.1600.33222.6318.2759.22
Hex848FAA1610021df123b
Octal20421725226200413372273
Binary100001001000111110101010101101000001000011101111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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