#838CAC

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

Shades of Ship Cove #838CAC

Tints of Ship Cove #838CAC

Color information

#838CAC (or 0x838CAC) is unknown color: approx Ship Cove. HEX triplet: 83, 8C and AC. RGB value is (131,140,172). Sum of RGB (Red+Green+Blue) = 131+140+172=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #838CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838CAC is #7C7353. Grayscale: #8C8C8C. Windows color (decimal): -8155988 or 11308163. OLE color: 11308163.

HSL color Cylindrical-coordinate representation of color #838CAC: hue angle of 226.83º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #838CAC is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131140172-
CMYK0.240.1900.33
HSL226.83º19.81%59.41%-
HSV(B)226.83º23.84%67.45%-
XYZ26.1826.5642.78-
YUV140.96145.52120.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.57%
GREEN value IS 140 (55.08% from 255) = 31.60%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=29.57%
G=31.60%
B=38.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311401720.240.1900.33226.8319.8159.41
Hex838CAC1813021e3143b
Octal20321425430230413432473
Binary100000111000110010101100110001001101000011110001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838CAC; }

 p { color: rgb(131,140,172); }

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

<style>
 a { background-color: #838CAC; }

 a { background-color: rgb(131,140,172); }

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

<style>
 span { border-color: #838CAC; }

 span { border-color: rgb(131,140,172); }

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