#868F90

Color #868F90 Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #868F90

Tints of Submarine #868F90

Color information

#868F90 (or 0x868F90) is unknown color: approx Submarine. HEX triplet: 86, 8F and 90. RGB value is (134,143,144). Sum of RGB (Red+Green+Blue) = 134+143+144=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 144 - color contains mainly: blue. Hex color #868F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868F90 is #79706F. Grayscale: #8C8C8C. Windows color (decimal): -7958640 or 9473926. OLE color: 9473926.

HSL color Cylindrical-coordinate representation of color #868F90: hue angle of 186º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #868F90 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB134143144-
CMYK0.070.0100.44
HSL186º4.31%54.51%-
HSV(B)186º6.94%56.47%-
XYZ24.6926.7330.24-
YUV140.42130.02123.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.83%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=31.83%
G=33.97%
B=34.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341431440.070.0100.441864.3154.51
Hex868F907102Cba437
Octal20621722071054272467
Binary1000011010001111100100001111010110010111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868F90; }

 p { color: rgb(134,143,144); }

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

<style>
 a { background-color: #868F90; }

 a { background-color: rgb(134,143,144); }

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

<style>
 span { border-color: #868F90; }

 span { border-color: rgb(134,143,144); }

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