Html Css Color HEX #838CAC Ship Cove

📋 copy color: '#838CAC'

red 131 ◦ green 140 ◦ blue 172

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

Shades of Ship Cove #838CAC

Tints of Ship Cove #838CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.6%

 BLUE value IS 172 (67.58% from 255) = 38.83%

R = 29.57%
G = 31.6%
B = 38.83%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#838CAC (or 0x838CAC) is known color: Ship Cove. HEX triplet: 83, 8C and AC. RGB value is (131,140,172). Sum of RGB (Red+Green+Blue) = 131+140+172=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #838CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838CAC is #7C7353. Grayscale: #8C8C8C. Windows color (decimal): -8155988 or 11308163. OLE color: 11308163.

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

Color convert

RGB 131 140 172 -
CMYK 0.24 0.19 0 0.33
HSL 226.83º 0.2% 0.59% -
HSV(B) 226.83º 0.24% 0.67% -
XYZ 26.18 26.56 42.78 -
YUV 140.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 131 140 172 0.24 0.19 0 0.33 226.83 0.2 0.59
Hex 83 8C AC 18 13 0 21 E3 14 3B
Octal 203 214 254 30 23 0 41 343 24 73
Binary 10000011 10001100 10101100 11000 10011 0 100001 11100011 10100 111011

Color Harmonies of #838CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838CAC

Black with #838CAC

Text Example


Text Example

White with #838CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,140,172); }

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

background-color css

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

 a { background-color: rgb(131,140,172); }

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

border-color css

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

 span { border-color: rgb(131,140,172); }

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