Html Css Color HEX #838B9F Ship Cove

📋 copy color: '#838B9F'

red 131 ◦ green 139 ◦ blue 159

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

Shades of Ship Cove #838B9F

Tints of Ship Cove #838B9F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.4%

 BLUE value IS 159 (62.5% from 255) = 37.06%

R = 30.54%
G = 32.4%
B = 37.06%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#838B9F (or 0x838B9F) is known color: Ship Cove. HEX triplet: 83, 8B and 9F. RGB value is (131,139,159). Sum of RGB (Red+Green+Blue) = 131+139+159=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #838B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B9F is #7C7460. Grayscale: #8A8A8A. Windows color (decimal): -8156257 or 10455939. OLE color: 10455939.

HSL color Cylindrical-coordinate representation of color #838B9F: hue angle of 222.86º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #838B9F is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 139 159 -
CMYK 0.18 0.13 0 0.38
HSL 222.86º 0.13% 0.57% -
HSV(B) 222.86º 0.18% 0.62% -
XYZ 24.85 25.79 36.47 -
YUV 138.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 131 139 159 0.18 0.13 0 0.38 222.86 0.13 0.57
Hex 83 8B 9F 12 D 0 26 DF D 39
Octal 203 213 237 22 15 0 46 337 15 71
Binary 10000011 10001011 10011111 10010 1101 0 100110 11011111 1101 111001

Color Harmonies of #838B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838B9F

Black with #838B9F

Text Example


Text Example

White with #838B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,139,159); }

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

background-color css

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

 a { background-color: rgb(131,139,159); }

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

border-color css

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

 span { border-color: rgb(131,139,159); }

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