Html Css Color HEX #81889B Ship Cove

📋 copy color: '#81889B'

red 129 ◦ green 136 ◦ blue 155

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

Shades of Ship Cove #81889B

Tints of Ship Cove #81889B

RGB

 RED value IS 129 (50.78% from 255) = 30.71%

 GREEN value IS 136 (53.52% from 255) = 32.38%

 BLUE value IS 155 (60.94% from 255) = 36.9%

R = 30.71%
G = 32.38%
B = 36.9%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#81889B (or 0x81889B) is known color: Ship Cove. HEX triplet: 81, 88 and 9B. RGB value is (129,136,155). Sum of RGB (Red+Green+Blue) = 129+136+155=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #81889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81889B is #7E7764. Grayscale: #878787. Windows color (decimal): -8288101 or 10193025. OLE color: 10193025.

HSL color Cylindrical-coordinate representation of color #81889B: hue angle of 223.85º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81889B is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 136 155 -
CMYK 0.17 0.12 0 0.39
HSL 223.85º 0.12% 0.56% -
HSV(B) 223.85º 0.17% 0.61% -
XYZ 23.77 24.64 34.51 -
YUV 136.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 129 136 155 0.17 0.12 0 0.39 223.85 0.12 0.56
Hex 81 88 9B 11 C 0 27 E0 C 38
Octal 201 210 233 21 14 0 47 340 14 70
Binary 10000001 10001000 10011011 10001 1100 0 100111 11100000 1100 111000

Color Harmonies of #81889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81889B

Black with #81889B

Text Example


Text Example

White with #81889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81889B; }

 p { color: rgb(129,136,155); }

 H1.HeaderClassName
 {
   color: #81889B;
 }
 .AnyTagClassName
 {
   color: #81889B;
 }
</style>

background-color css

<style>
 a { background-color: #81889B; }

 a { background-color: rgb(129,136,155); }

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

border-color css

<style>
 span { border-color: #81889B; }

 span { border-color: rgb(129,136,155); }

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