Html Css Color HEX #899FE9 Portage

📋 copy color: '#899FE9'

red 137 ◦ green 159 ◦ blue 233

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

Shades of Portage #899FE9

Tints of Portage #899FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.05%

R = 25.9%
G = 30.06%
B = 44.05%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#899FE9 (or 0x899FE9) is known color: Portage. HEX triplet: 89, 9F and E9. RGB value is (137,159,233). Sum of RGB (Red+Green+Blue) = 137+159+233=529 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.90% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #899FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899FE9 is #766016. Grayscale: #A0A0A0. Windows color (decimal): -7757847 or 15310729. OLE color: 15310729.

HSL color Cylindrical-coordinate representation of color #899FE9: hue angle of 226.25º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #899FE9 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 137 159 233 -
CMYK 0.41 0.32 0 0.09
HSL 226.25º 0.69% 0.73% -
HSV(B) 226.25º 0.41% 0.91% -
XYZ 37.42 36 82.07 -
YUV 160.86 168.71 110.98 -
System Red Green Blue C M Y K H S L
Decimal 137 159 233 0.41 0.32 0 0.09 226.25 0.69 0.73
Hex 89 9F E9 29 20 0 9 E2 45 49
Octal 211 237 351 51 40 0 11 342 105 111
Binary 10001001 10011111 11101001 101001 100000 0 1001 11100010 1000101 1001001

Color Harmonies of #899FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FE9

Black with #899FE9

Text Example


Text Example

White with #899FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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