Html Css Color HEX #899FDC Portage

📋 copy color: '#899FDC'

red 137 ◦ green 159 ◦ blue 220

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

Shades of Portage #899FDC

Tints of Portage #899FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.81%

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

R = 26.55%
G = 30.81%
B = 42.64%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#899FDC (or 0x899FDC) is known color: Portage. HEX triplet: 89, 9F and DC. RGB value is (137,159,220). Sum of RGB (Red+Green+Blue) = 137+159+220=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #899FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FDC is #766023. Grayscale: #9F9F9F. Windows color (decimal): -7757860 or 14458761. OLE color: 14458761.

HSL color Cylindrical-coordinate representation of color #899FDC: hue angle of 224.1º 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 #899FDC is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 159 220 -
CMYK 0.38 0.28 0 0.14
HSL 224.1º 0.54% 0.7% -
HSV(B) 224.1º 0.38% 0.86% -
XYZ 35.63 35.28 72.64 -
YUV 159.38 162.21 112.04 -
System Red Green Blue C M Y K H S L
Decimal 137 159 220 0.38 0.28 0 0.14 224.1 0.54 0.7
Hex 89 9F DC 26 1C 0 E E0 36 46
Octal 211 237 334 46 34 0 16 340 66 106
Binary 10001001 10011111 11011100 100110 11100 0 1110 11100000 110110 1000110

Color Harmonies of #899FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FDC

Black with #899FDC

Text Example


Text Example

White with #899FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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