Html Css Color HEX #899FE1 Portage

📋 copy color: '#899FE1'

red 137 ◦ green 159 ◦ blue 225

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

Shades of Portage #899FE1

Tints of Portage #899FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.19%

R = 26.3%
G = 30.52%
B = 43.19%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#899FE1 (or 0x899FE1) is known color: Portage. HEX triplet: 89, 9F and E1. RGB value is (137,159,225). Sum of RGB (Red+Green+Blue) = 137+159+225=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #899FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #899FE1 is #76601E. Grayscale: #9F9F9F. Windows color (decimal): -7757855 or 14786441. OLE color: 14786441.

HSL color Cylindrical-coordinate representation of color #899FE1: hue angle of 225º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #899FE1 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 137 159 225 -
CMYK 0.39 0.29 0 0.12
HSL 225º 0.59% 0.71% -
HSV(B) 225º 0.39% 0.88% -
XYZ 36.31 35.55 76.18 -
YUV 159.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 137 159 225 0.39 0.29 0 0.12 225 0.59 0.71
Hex 89 9F E1 27 1D 0 C E1 3B 47
Octal 211 237 341 47 35 0 14 341 73 107
Binary 10001001 10011111 11100001 100111 11101 0 1100 11100001 111011 1000111

Color Harmonies of #899FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FE1

Black with #899FE1

Text Example


Text Example

White with #899FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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