Html Css Color HEX #899FF2 Portage

📋 copy color: '#899FF2'

red 137 ◦ green 159 ◦ blue 242

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

Shades of Portage #899FF2

Tints of Portage #899FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.98%

R = 25.46%
G = 29.55%
B = 44.98%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#899FF2 (or 0x899FF2) is known color: Portage. HEX triplet: 89, 9F and F2. RGB value is (137,159,242). Sum of RGB (Red+Green+Blue) = 137+159+242=538 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.46% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #899FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899FF2 is #76600D. Grayscale: #A1A1A1. Windows color (decimal): -7757838 or 15900553. OLE color: 15900553.

HSL color Cylindrical-coordinate representation of color #899FF2: hue angle of 227.43º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #899FF2 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 159 242 -
CMYK 0.43 0.34 0 0.05
HSL 227.43º 0.8% 0.74% -
HSV(B) 227.43º 0.43% 0.95% -
XYZ 38.74 36.53 89.01 -
YUV 161.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 137 159 242 0.43 0.34 0 0.05 227.43 0.8 0.74
Hex 89 9F F2 2B 22 0 5 E3 50 4A
Octal 211 237 362 53 42 0 5 343 120 112
Binary 10001001 10011111 11110010 101011 100010 0 101 11100011 1010000 1001010

Color Harmonies of #899FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FF2

Black with #899FF2

Text Example


Text Example

White with #899FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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