Html Css Color HEX #838FAB Ship Cove

📋 copy color: '#838FAB'

red 131 ◦ green 143 ◦ blue 171

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

Shades of Ship Cove #838FAB

Tints of Ship Cove #838FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.13%

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

R = 29.44%
G = 32.13%
B = 38.43%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#838FAB (or 0x838FAB) is known color: Ship Cove. HEX triplet: 83, 8F and AB. RGB value is (131,143,171). Sum of RGB (Red+Green+Blue) = 131+143+171=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #838FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838FAB is #7C7054. Grayscale: #8E8E8E. Windows color (decimal): -8155221 or 11243395. OLE color: 11243395.

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

Color convert

RGB 131 143 171 -
CMYK 0.23 0.16 0 0.33
HSL 222º 0.19% 0.59% -
HSV(B) 222º 0.23% 0.67% -
XYZ 26.53 27.41 42.42 -
YUV 142.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 131 143 171 0.23 0.16 0 0.33 222 0.19 0.59
Hex 83 8F AB 17 10 0 21 DE 13 3B
Octal 203 217 253 27 20 0 41 336 23 73
Binary 10000011 10001111 10101011 10111 10000 0 100001 11011110 10011 111011

Color Harmonies of #838FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FAB

Black with #838FAB

Text Example


Text Example

White with #838FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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