Html Css Color HEX #899BCC Portage

📋 copy color: '#899BCC'

red 137 ◦ green 155 ◦ blue 204

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

Shades of Portage #899BCC

Tints of Portage #899BCC

RGB

 RED value IS 137 (53.91% from 255) = 27.62%

 GREEN value IS 155 (60.94% from 255) = 31.25%

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 27.62%
G = 31.25%
B = 41.13%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#899BCC (or 0x899BCC) is known color: Portage. HEX triplet: 89, 9B and CC. RGB value is (137,155,204). Sum of RGB (Red+Green+Blue) = 137+155+204=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #899BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899BCC is #766433. Grayscale: #9A9A9A. Windows color (decimal): -7758900 or 13409161. OLE color: 13409161.

HSL color Cylindrical-coordinate representation of color #899BCC: hue angle of 223.88º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #899BCC is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 137 155 204 -
CMYK 0.33 0.24 0 0.2
HSL 223.88º 0.4% 0.67% -
HSV(B) 223.88º 0.33% 0.8% -
XYZ 32.94 33.12 61.78 -
YUV 155.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 137 155 204 0.33 0.24 0 0.2 223.88 0.4 0.67
Hex 89 9B CC 21 18 0 14 E0 28 43
Octal 211 233 314 41 30 0 24 340 50 103
Binary 10001001 10011011 11001100 100001 11000 0 10100 11100000 101000 1000011

Color Harmonies of #899BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BCC

Black with #899BCC

Text Example


Text Example

White with #899BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899BCC; }

 p { color: rgb(137,155,204); }

 H1.HeaderClassName
 {
   color: #899BCC;
 }
 .AnyTagClassName
 {
   color: #899BCC;
 }
</style>

background-color css

<style>
 a { background-color: #899BCC; }

 a { background-color: rgb(137,155,204); }

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

border-color css

<style>
 span { border-color: #899BCC; }

 span { border-color: rgb(137,155,204); }

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