Html Css Color HEX #838EAB Ship Cove

📋 copy color: '#838EAB'

red 131 ◦ green 142 ◦ blue 171

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

Shades of Ship Cove #838EAB

Tints of Ship Cove #838EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.51%

R = 29.5%
G = 31.98%
B = 38.51%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#838EAB (or 0x838EAB) is known color: Ship Cove. HEX triplet: 83, 8E and AB. RGB value is (131,142,171). Sum of RGB (Red+Green+Blue) = 131+142+171=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #838EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838EAB is #7C7154. Grayscale: #8D8D8D. Windows color (decimal): -8155477 or 11243139. OLE color: 11243139.

HSL color Cylindrical-coordinate representation of color #838EAB: hue angle of 223.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #838EAB is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 142 171 -
CMYK 0.23 0.17 0 0.33
HSL 223.5º 0.19% 0.59% -
HSV(B) 223.5º 0.23% 0.67% -
XYZ 26.38 27.11 42.37 -
YUV 142.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 131 142 171 0.23 0.17 0 0.33 223.5 0.19 0.59
Hex 83 8E AB 17 11 0 21 E0 13 3B
Octal 203 216 253 27 21 0 41 340 23 73
Binary 10000011 10001110 10101011 10111 10001 0 100001 11100000 10011 111011

Color Harmonies of #838EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838EAB

Black with #838EAB

Text Example


Text Example

White with #838EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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