Html Css Color HEX #838AAA Ship Cove

📋 copy color: '#838AAA'

red 131 ◦ green 138 ◦ blue 170

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

Shades of Ship Cove #838AAA

Tints of Ship Cove #838AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.44%

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

R = 29.84%
G = 31.44%
B = 38.72%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#838AAA (or 0x838AAA) is known color: Ship Cove. HEX triplet: 83, 8A and AA. RGB value is (131,138,170). Sum of RGB (Red+Green+Blue) = 131+138+170=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #838AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838AAA is #7C7555. Grayscale: #8B8B8B. Windows color (decimal): -8156502 or 11176579. OLE color: 11176579.

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

Color convert

RGB 131 138 170 -
CMYK 0.23 0.19 0 0.33
HSL 229.23º 0.19% 0.59% -
HSV(B) 229.23º 0.23% 0.67% -
XYZ 25.7 25.9 41.68 -
YUV 139.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 131 138 170 0.23 0.19 0 0.33 229.23 0.19 0.59
Hex 83 8A AA 17 13 0 21 E5 13 3B
Octal 203 212 252 27 23 0 41 345 23 73
Binary 10000011 10001010 10101010 10111 10011 0 100001 11100101 10011 111011

Color Harmonies of #838AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838AAA

Black with #838AAA

Text Example


Text Example

White with #838AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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