Html Css Color HEX #838EA1 Ship Cove

📋 copy color: '#838EA1'

red 131 ◦ green 142 ◦ blue 161

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

Shades of Ship Cove #838EA1

Tints of Ship Cove #838EA1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.72%

 BLUE value IS 161 (63.28% from 255) = 37.1%

R = 30.18%
G = 32.72%
B = 37.1%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#838EA1 (or 0x838EA1) is known color: Ship Cove. HEX triplet: 83, 8E and A1. RGB value is (131,142,161). Sum of RGB (Red+Green+Blue) = 131+142+161=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 161 - color contains mainly: blue. Hex color #838EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838EA1 is #7C715E. Grayscale: #8C8C8C. Windows color (decimal): -8155487 or 10587779. OLE color: 10587779.

HSL color Cylindrical-coordinate representation of color #838EA1: hue angle of 218º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #838EA1 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 142 161 -
CMYK 0.19 0.12 0 0.37
HSL 218º 0.14% 0.57% -
HSV(B) 218º 0.19% 0.63% -
XYZ 25.47 26.74 37.54 -
YUV 140.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 131 142 161 0.19 0.12 0 0.37 218 0.14 0.57
Hex 83 8E A1 13 C 0 25 DA E 39
Octal 203 216 241 23 14 0 45 332 16 71
Binary 10000011 10001110 10100001 10011 1100 0 100101 11011010 1110 111001

Color Harmonies of #838EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838EA1

Black with #838EA1

Text Example


Text Example

White with #838EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,142,161); }

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

background-color css

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

 a { background-color: rgb(131,142,161); }

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

border-color css

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

 span { border-color: rgb(131,142,161); }

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