Html Css Color HEX #899CDC Portage

📋 copy color: '#899CDC'

red 137 ◦ green 156 ◦ blue 220

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

Shades of Portage #899CDC

Tints of Portage #899CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.41%

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 26.71%
G = 30.41%
B = 42.88%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#899CDC (or 0x899CDC) is known color: Portage. HEX triplet: 89, 9C and DC. RGB value is (137,156,220). Sum of RGB (Red+Green+Blue) = 137+156+220=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #899CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899CDC is #766323. Grayscale: #9D9D9D. Windows color (decimal): -7758628 or 14457993. OLE color: 14457993.

HSL color Cylindrical-coordinate representation of color #899CDC: hue angle of 226.27º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #899CDC is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 156 220 -
CMYK 0.38 0.29 0 0.14
HSL 226.27º 0.54% 0.7% -
HSV(B) 226.27º 0.38% 0.86% -
XYZ 35.12 34.26 72.47 -
YUV 157.62 163.21 113.3 -
System Red Green Blue C M Y K H S L
Decimal 137 156 220 0.38 0.29 0 0.14 226.27 0.54 0.7
Hex 89 9C DC 26 1D 0 E E2 36 46
Octal 211 234 334 46 35 0 16 342 66 106
Binary 10001001 10011100 11011100 100110 11101 0 1110 11100010 110110 1000110

Color Harmonies of #899CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899CDC

Black with #899CDC

Text Example


Text Example

White with #899CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,156,220); }

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

background-color css

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

 a { background-color: rgb(137,156,220); }

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

border-color css

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

 span { border-color: rgb(137,156,220); }

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