Html Css Color HEX #899AF4 Portage

📋 copy color: '#899AF4'

red 137 ◦ green 154 ◦ blue 244

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

Shades of Portage #899AF4

Tints of Portage #899AF4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.79%

 BLUE value IS 244 (95.7% from 255) = 45.61%

R = 25.61%
G = 28.79%
B = 45.61%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#899AF4 (or 0x899AF4) is known color: Portage. HEX triplet: 89, 9A and F4. RGB value is (137,154,244). Sum of RGB (Red+Green+Blue) = 137+154+244=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 244 (95.70% from 255 or 45.61% from 535); Max value from RGB is 244 - color contains mainly: blue. Hex color #899AF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899AF4 is #76650B. Grayscale: #9E9E9E. Windows color (decimal): -7759116 or 16030345. OLE color: 16030345.

HSL color Cylindrical-coordinate representation of color #899AF4: hue angle of 230.47º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #899AF4 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 137 154 244 -
CMYK 0.44 0.37 0 0.04
HSL 230.47º 0.83% 0.75% -
HSV(B) 230.47º 0.44% 0.96% -
XYZ 38.2 34.96 90.32 -
YUV 159.18 175.87 112.18 -
System Red Green Blue C M Y K H S L
Decimal 137 154 244 0.44 0.37 0 0.04 230.47 0.83 0.75
Hex 89 9A F4 2C 25 0 4 E6 53 4B
Octal 211 232 364 54 45 0 4 346 123 113
Binary 10001001 10011010 11110100 101100 100101 0 100 11100110 1010011 1001011

Color Harmonies of #899AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899AF4

Black with #899AF4

Text Example


Text Example

White with #899AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,154,244); }

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

background-color css

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

 a { background-color: rgb(137,154,244); }

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

border-color css

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

 span { border-color: rgb(137,154,244); }

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