Html Css Color HEX #838AAB Ship Cove

📋 copy color: '#838AAB'

red 131 ◦ green 138 ◦ blue 171

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

Shades of Ship Cove #838AAB

Tints of Ship Cove #838AAB

RGB

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

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

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

R = 29.77%
G = 31.36%
B = 38.86%

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

#838AAB (or 0x838AAB) is known color: Ship Cove. HEX triplet: 83, 8A and AB. RGB value is (131,138,171). Sum of RGB (Red+Green+Blue) = 131+138+171=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #838AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838AAB is #7C7554. Grayscale: #8B8B8B. Windows color (decimal): -8156501 or 11242115. OLE color: 11242115.

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

Color convert

RGB 131 138 171 -
CMYK 0.23 0.19 0 0.33
HSL 229.5º 0.19% 0.59% -
HSV(B) 229.5º 0.23% 0.67% -
XYZ 25.8 25.94 42.18 -
YUV 139.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 131 138 171 0.23 0.19 0 0.33 229.5 0.19 0.59
Hex 83 8A AB 17 13 0 21 E6 13 3B
Octal 203 212 253 27 23 0 41 346 23 73
Binary 10000011 10001010 10101011 10111 10011 0 100001 11100110 10011 111011

Color Harmonies of #838AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838AAB

Black with #838AAB

Text Example


Text Example

White with #838AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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