Html Css Color HEX #869895 Submarine

📋 copy color: '#869895'

red 134 ◦ green 152 ◦ blue 149

#869895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Submarine #869895

Tints of Submarine #869895

RGB

 RED value IS 134 (52.73% from 255) = 30.8%

 GREEN value IS 152 (59.77% from 255) = 34.94%

 BLUE value IS 149 (58.59% from 255) = 34.25%

R = 30.8%
G = 34.94%
B = 34.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#869895 (or 0x869895) is known color: Submarine. HEX triplet: 86, 98 and 95. RGB value is (134,152,149). Sum of RGB (Red+Green+Blue) = 134+152+149=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 152 - color contains mainly: green. Hex color #869895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869895 is #79676A. Grayscale: #929292. Windows color (decimal): -7956331 or 9803910. OLE color: 9803910.

HSL color Cylindrical-coordinate representation of color #869895: hue angle of 170º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #869895 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 152 149 -
CMYK 0.12 0 0.02 0.40
HSL 170º 0.08% 0.56% -
HSV(B) 170º 0.12% 0.6% -
XYZ 26.48 29.69 32.77 -
YUV 146.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 134 152 149 0.12 0 0.02 0.40 170 0.08 0.56
Hex 86 98 95 C 0 2 28 AA 8 38
Octal 206 230 225 14 0 2 50 252 10 70
Binary 10000110 10011000 10010101 1100 0 10 101000 10101010 1000 111000

Color Harmonies of #869895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869895

Black with #869895

Text Example


Text Example

White with #869895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869895; }

 p { color: rgb(134,152,149); }

 H1.HeaderClassName
 {
   color: #869895;
 }
 .AnyTagClassName
 {
   color: #869895;
 }
</style>

background-color css

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

 a { background-color: rgb(134,152,149); }

 div.DivClassName
 {
   background-color: #869895;
 }
 .BgClassName
 {
   background-color: #869895;
 }
</style>

border-color css

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

 span { border-color: rgb(134,152,149); }

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