Html Css Color HEX #899FDE Portage

📋 copy color: '#899FDE'

red 137 ◦ green 159 ◦ blue 222

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

Shades of Portage #899FDE

Tints of Portage #899FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.86%

R = 26.45%
G = 30.69%
B = 42.86%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#899FDE (or 0x899FDE) is known color: Portage. HEX triplet: 89, 9F and DE. RGB value is (137,159,222). Sum of RGB (Red+Green+Blue) = 137+159+222=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #899FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FDE is #766021. Grayscale: #9F9F9F. Windows color (decimal): -7757858 or 14589833. OLE color: 14589833.

HSL color Cylindrical-coordinate representation of color #899FDE: hue angle of 224.47º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #899FDE is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 159 222 -
CMYK 0.38 0.28 0 0.13
HSL 224.47º 0.56% 0.7% -
HSV(B) 224.47º 0.38% 0.87% -
XYZ 35.9 35.39 74.05 -
YUV 159.6 163.21 111.88 -
System Red Green Blue C M Y K H S L
Decimal 137 159 222 0.38 0.28 0 0.13 224.47 0.56 0.7
Hex 89 9F DE 26 1C 0 D E0 38 46
Octal 211 237 336 46 34 0 15 340 70 106
Binary 10001001 10011111 11011110 100110 11100 0 1101 11100000 111000 1000110

Color Harmonies of #899FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FDE

Black with #899FDE

Text Example


Text Example

White with #899FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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