Html Css Color HEX #838DA5 Ship Cove

📋 copy color: '#838DA5'

red 131 ◦ green 141 ◦ blue 165

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

Shades of Ship Cove #838DA5

Tints of Ship Cove #838DA5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.27%

 BLUE value IS 165 (64.84% from 255) = 37.76%

R = 29.98%
G = 32.27%
B = 37.76%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#838DA5 (or 0x838DA5) is known color: Ship Cove. HEX triplet: 83, 8D and A5. RGB value is (131,141,165). Sum of RGB (Red+Green+Blue) = 131+141+165=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 165 - color contains mainly: blue. Hex color #838DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838DA5 is #7C725A. Grayscale: #8C8C8C. Windows color (decimal): -8155739 or 10849667. OLE color: 10849667.

HSL color Cylindrical-coordinate representation of color #838DA5: hue angle of 222.35º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #838DA5 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 141 165 -
CMYK 0.21 0.15 0 0.35
HSL 222.35º 0.16% 0.58% -
HSV(B) 222.35º 0.21% 0.65% -
XYZ 25.68 26.59 39.38 -
YUV 140.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 131 141 165 0.21 0.15 0 0.35 222.35 0.16 0.58
Hex 83 8D A5 15 F 0 23 DE 10 3A
Octal 203 215 245 25 17 0 43 336 20 72
Binary 10000011 10001101 10100101 10101 1111 0 100011 11011110 10000 111010

Color Harmonies of #838DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838DA5

Black with #838DA5

Text Example


Text Example

White with #838DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,141,165); }

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

background-color css

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

 a { background-color: rgb(131,141,165); }

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

border-color css

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

 span { border-color: rgb(131,141,165); }

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