Html Css Color HEX #838BAA Ship Cove

📋 copy color: '#838BAA'

red 131 ◦ green 139 ◦ blue 170

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

Shades of Ship Cove #838BAA

Tints of Ship Cove #838BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.64%

R = 29.77%
G = 31.59%
B = 38.64%

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

#838BAA (or 0x838BAA) is known color: Ship Cove. HEX triplet: 83, 8B and AA. RGB value is (131,139,170). Sum of RGB (Red+Green+Blue) = 131+139+170=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #838BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838BAA is #7C7455. Grayscale: #8C8C8C. Windows color (decimal): -8156246 or 11176835. OLE color: 11176835.

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

Color convert

RGB 131 139 170 -
CMYK 0.23 0.18 0 0.33
HSL 227.69º 0.19% 0.59% -
HSV(B) 227.69º 0.23% 0.67% -
XYZ 25.85 26.19 41.72 -
YUV 140.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 131 139 170 0.23 0.18 0 0.33 227.69 0.19 0.59
Hex 83 8B AA 17 12 0 21 E4 13 3B
Octal 203 213 252 27 22 0 41 344 23 73
Binary 10000011 10001011 10101010 10111 10010 0 100001 11100100 10011 111011

Color Harmonies of #838BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BAA

Black with #838BAA

Text Example


Text Example

White with #838BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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