Html Css Color HEX #83969A Submarine

📋 copy color: '#83969A'

red 131 ◦ green 150 ◦ blue 154

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

Shades of Submarine #83969A

Tints of Submarine #83969A

RGB

 RED value IS 131 (51.56% from 255) = 30.11%

 GREEN value IS 150 (58.98% from 255) = 34.48%

 BLUE value IS 154 (60.55% from 255) = 35.4%

R = 30.11%
G = 34.48%
B = 35.4%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#83969A (or 0x83969A) is known color: Submarine. HEX triplet: 83, 96 and 9A. RGB value is (131,150,154). Sum of RGB (Red+Green+Blue) = 131+150+154=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 154 - color contains mainly: blue. Hex color #83969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83969A is #7C6965. Grayscale: #909090. Windows color (decimal): -8153446 or 10131075. OLE color: 10131075.

HSL color Cylindrical-coordinate representation of color #83969A: hue angle of 190.43º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83969A is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 150 154 -
CMYK 0.15 0.03 0 0.40
HSL 190.43º 0.1% 0.56% -
HSV(B) 190.43º 0.15% 0.6% -
XYZ 26.1 28.97 34.79 -
YUV 144.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 131 150 154 0.15 0.03 0 0.40 190.43 0.1 0.56
Hex 83 96 9A F 3 0 28 BE A 38
Octal 203 226 232 17 3 0 50 276 12 70
Binary 10000011 10010110 10011010 1111 11 0 101000 10111110 1010 111000

Color Harmonies of #83969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83969A

Black with #83969A

Text Example


Text Example

White with #83969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83969A; }

 p { color: rgb(131,150,154); }

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

background-color css

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

 a { background-color: rgb(131,150,154); }

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

border-color css

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

 span { border-color: rgb(131,150,154); }

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