Html Css Color HEX #838DAB Ship Cove

📋 copy color: '#838DAB'

red 131 ◦ green 141 ◦ blue 171

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

Shades of Ship Cove #838DAB

Tints of Ship Cove #838DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.83%

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

R = 29.57%
G = 31.83%
B = 38.6%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#838DAB (or 0x838DAB) is known color: Ship Cove. HEX triplet: 83, 8D and AB. RGB value is (131,141,171). Sum of RGB (Red+Green+Blue) = 131+141+171=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #838DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838DAB is #7C7254. Grayscale: #8D8D8D. Windows color (decimal): -8155733 or 11242883. OLE color: 11242883.

HSL color Cylindrical-coordinate representation of color #838DAB: hue angle of 225º 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 #838DAB is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 141 171 -
CMYK 0.23 0.18 0 0.33
HSL 225º 0.19% 0.59% -
HSV(B) 225º 0.23% 0.67% -
XYZ 26.24 26.82 42.32 -
YUV 141.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 131 141 171 0.23 0.18 0 0.33 225 0.19 0.59
Hex 83 8D AB 17 12 0 21 E1 13 3B
Octal 203 215 253 27 22 0 41 341 23 73
Binary 10000011 10001101 10101011 10111 10010 0 100001 11100001 10011 111011

Color Harmonies of #838DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838DAB

Black with #838DAB

Text Example


Text Example

White with #838DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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