#838FAA

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

Shades of Ship Cove #838FAA

Tints of Ship Cove #838FAA

Color information

#838FAA (or 0x838FAA) is unknown color: approx Ship Cove. HEX triplet: 83, 8F and AA. RGB value is (131,143,170). Sum of RGB (Red+Green+Blue) = 131+143+170=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #838FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838FAA is #7C7055. Grayscale: #8E8E8E. Windows color (decimal): -8155222 or 11177859. OLE color: 11177859.

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

Color convert

RGB131143170-
CMYK0.230.1600.33
HSL221.54º18.66%59.02%-
HSV(B)221.54º22.94%66.67%-
XYZ26.4427.3741.92-
YUV142.49143.52119.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.50%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=29.50%
G=32.21%
B=38.29%

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
Decimal1311431700.230.1600.33221.5418.6659.02
Hex838FAA1710021de133b
Octal20321725227200413362373
Binary100000111000111110101010101111000001000011101111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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