Html Css Color HEX #939EA0 Submarine

📋 copy color: '#939EA0'

red 147 ◦ green 158 ◦ blue 160

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

Shades of Submarine #939EA0

Tints of Submarine #939EA0

RGB

 RED value IS 147 (57.81% from 255) = 31.61%

 GREEN value IS 158 (62.11% from 255) = 33.98%

 BLUE value IS 160 (62.89% from 255) = 34.41%

R = 31.61%
G = 33.98%
B = 34.41%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#939EA0 (or 0x939EA0) is known color: Submarine. HEX triplet: 93, 9E and A0. RGB value is (147,158,160). Sum of RGB (Red+Green+Blue) = 147+158+160=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 160 - color contains mainly: blue. Hex color #939EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939EA0 is #6C615F. Grayscale: #9A9A9A. Windows color (decimal): -7102816 or 10526355. OLE color: 10526355.

HSL color Cylindrical-coordinate representation of color #939EA0: hue angle of 189.23º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #939EA0 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 158 160 -
CMYK 0.08 0.01 0 0.37
HSL 189.23º 0.06% 0.6% -
HSV(B) 189.23º 0.08% 0.63% -
XYZ 30.6 33.19 38.05 -
YUV 154.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 147 158 160 0.08 0.01 0 0.37 189.23 0.06 0.6
Hex 93 9E A0 8 1 0 25 BD 6 3C
Octal 223 236 240 10 1 0 45 275 6 74
Binary 10010011 10011110 10100000 1000 1 0 100101 10111101 110 111100

Color Harmonies of #939EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939EA0

Black with #939EA0

Text Example


Text Example

White with #939EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939EA0; }

 p { color: rgb(147,158,160); }

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

background-color css

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

 a { background-color: rgb(147,158,160); }

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

border-color css

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

 span { border-color: rgb(147,158,160); }

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