Html Css Color HEX #838FAD Ship Cove

📋 copy color: '#838FAD'

red 131 ◦ green 143 ◦ blue 173

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

Shades of Ship Cove #838FAD

Tints of Ship Cove #838FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.99%

 BLUE value IS 173 (67.97% from 255) = 38.7%

R = 29.31%
G = 31.99%
B = 38.7%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#838FAD (or 0x838FAD) is known color: Ship Cove. HEX triplet: 83, 8F and AD. RGB value is (131,143,173). Sum of RGB (Red+Green+Blue) = 131+143+173=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #838FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838FAD is #7C7052. Grayscale: #8E8E8E. Windows color (decimal): -8155219 or 11374467. OLE color: 11374467.

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

Color convert

RGB 131 143 173 -
CMYK 0.24 0.17 0 0.32
HSL 222.86º 0.2% 0.6% -
HSV(B) 222.86º 0.24% 0.68% -
XYZ 26.73 27.49 43.43 -
YUV 142.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 131 143 173 0.24 0.17 0 0.32 222.86 0.2 0.6
Hex 83 8F AD 18 11 0 20 DF 14 3C
Octal 203 217 255 30 21 0 40 337 24 74
Binary 10000011 10001111 10101101 11000 10001 0 100000 11011111 10100 111100

Color Harmonies of #838FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FAD

Black with #838FAD

Text Example


Text Example

White with #838FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,143,173); }

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

background-color css

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

 a { background-color: rgb(131,143,173); }

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

border-color css

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

 span { border-color: rgb(131,143,173); }

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