Html Css Color HEX #838B9C Ship Cove

📋 copy color: '#838B9C'

red 131 ◦ green 139 ◦ blue 156

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

Shades of Ship Cove #838B9C

Tints of Ship Cove #838B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.62%

R = 30.75%
G = 32.63%
B = 36.62%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#838B9C (or 0x838B9C) is known color: Ship Cove. HEX triplet: 83, 8B and 9C. RGB value is (131,139,156). Sum of RGB (Red+Green+Blue) = 131+139+156=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #838B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B9C is #7C7463. Grayscale: #8A8A8A. Windows color (decimal): -8156260 or 10259331. OLE color: 10259331.

HSL color Cylindrical-coordinate representation of color #838B9C: hue angle of 220.8º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #838B9C is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 139 156 -
CMYK 0.16 0.11 0 0.39
HSL 220.8º 0.11% 0.56% -
HSV(B) 220.8º 0.16% 0.61% -
XYZ 24.59 25.69 35.12 -
YUV 138.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 131 139 156 0.16 0.11 0 0.39 220.8 0.11 0.56
Hex 83 8B 9C 10 B 0 27 DD B 38
Octal 203 213 234 20 13 0 47 335 13 70
Binary 10000011 10001011 10011100 10000 1011 0 100111 11011101 1011 111000

Color Harmonies of #838B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838B9C

Black with #838B9C

Text Example


Text Example

White with #838B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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