#838FAB

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

Shades of Ship Cove #838FAB

Tints of Ship Cove #838FAB

Color information

#838FAB (or 0x838FAB) is unknown color: approx Ship Cove. HEX triplet: 83, 8F and AB. RGB value is (131,143,171). Sum of RGB (Red+Green+Blue) = 131+143+171=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #838FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838FAB is #7C7054. Grayscale: #8E8E8E. Windows color (decimal): -8155221 or 11243395. OLE color: 11243395.

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

Color convert

RGB131143171-
CMYK0.230.1600.33
HSL222º19.23%59.22%-
HSV(B)222º23.39%67.06%-
XYZ26.5327.4142.42-
YUV142.6144.02119.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.44%
GREEN value IS 143 (56.25% from 255) = 32.13%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=29.44%
G=32.13%
B=38.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311431710.230.1600.3322219.2359.22
Hex838FAB1710021de133b
Octal20321725327200413362373
Binary100000111000111110101011101111000001000011101111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,143,171); }

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

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

 a { background-color: rgb(131,143,171); }

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

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

 span { border-color: rgb(131,143,171); }

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