Html Css Color HEX #838BA6 Ship Cove

📋 copy color: '#838BA6'

red 131 ◦ green 139 ◦ blue 166

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

Shades of Ship Cove #838BA6

Tints of Ship Cove #838BA6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.88%

 BLUE value IS 166 (65.23% from 255) = 38.07%

R = 30.05%
G = 31.88%
B = 38.07%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#838BA6 (or 0x838BA6) is known color: Ship Cove. HEX triplet: 83, 8B and A6. RGB value is (131,139,166). Sum of RGB (Red+Green+Blue) = 131+139+166=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 166 - color contains mainly: blue. Hex color #838BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838BA6 is #7C7459. Grayscale: #8B8B8B. Windows color (decimal): -8156250 or 10914691. OLE color: 10914691.

HSL color Cylindrical-coordinate representation of color #838BA6: hue angle of 226.29º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #838BA6 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 139 166 -
CMYK 0.21 0.16 0 0.35
HSL 226.29º 0.16% 0.58% -
HSV(B) 226.29º 0.21% 0.65% -
XYZ 25.48 26.04 39.76 -
YUV 139.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 131 139 166 0.21 0.16 0 0.35 226.29 0.16 0.58
Hex 83 8B A6 15 10 0 23 E2 10 3A
Octal 203 213 246 25 20 0 43 342 20 72
Binary 10000011 10001011 10100110 10101 10000 0 100011 11100010 10000 111010

Color Harmonies of #838BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BA6

Black with #838BA6

Text Example


Text Example

White with #838BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,139,166); }

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

background-color css

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

 a { background-color: rgb(131,139,166); }

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

border-color css

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

 span { border-color: rgb(131,139,166); }

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