Html Css Color HEX #838EAE Ship Cove

📋 copy color: '#838EAE'

red 131 ◦ green 142 ◦ blue 174

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

Shades of Ship Cove #838EAE

Tints of Ship Cove #838EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.93%

R = 29.31%
G = 31.77%
B = 38.93%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#838EAE (or 0x838EAE) is known color: Ship Cove. HEX triplet: 83, 8E and AE. RGB value is (131,142,174). Sum of RGB (Red+Green+Blue) = 131+142+174=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #838EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838EAE is #7C7151. Grayscale: #8E8E8E. Windows color (decimal): -8155474 or 11439747. OLE color: 11439747.

HSL color Cylindrical-coordinate representation of color #838EAE: hue angle of 224.65º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #838EAE is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 142 174 -
CMYK 0.25 0.18 0 0.32
HSL 224.65º 0.21% 0.6% -
HSV(B) 224.65º 0.25% 0.68% -
XYZ 26.67 27.23 43.89 -
YUV 142.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 131 142 174 0.25 0.18 0 0.32 224.65 0.21 0.6
Hex 83 8E AE 19 12 0 20 E1 15 3C
Octal 203 216 256 31 22 0 40 341 25 74
Binary 10000011 10001110 10101110 11001 10010 0 100000 11100001 10101 111100

Color Harmonies of #838EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838EAE

Black with #838EAE

Text Example


Text Example

White with #838EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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