Html Css Color HEX #899BF2 Portage

📋 copy color: '#899BF2'

red 137 ◦ green 155 ◦ blue 242

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

Shades of Portage #899BF2

Tints of Portage #899BF2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.03%

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

R = 25.66%
G = 29.03%
B = 45.32%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#899BF2 (or 0x899BF2) is known color: Portage. HEX triplet: 89, 9B and F2. RGB value is (137,155,242). Sum of RGB (Red+Green+Blue) = 137+155+242=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #899BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BF2 is #76640D. Grayscale: #9F9F9F. Windows color (decimal): -7758862 or 15899529. OLE color: 15899529.

HSL color Cylindrical-coordinate representation of color #899BF2: hue angle of 229.71º 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 #899BF2 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 155 242 -
CMYK 0.43 0.36 0 0.05
HSL 229.71º 0.8% 0.74% -
HSV(B) 229.71º 0.43% 0.95% -
XYZ 38.06 35.17 88.79 -
YUV 159.54 174.54 111.93 -
System Red Green Blue C M Y K H S L
Decimal 137 155 242 0.43 0.36 0 0.05 229.71 0.8 0.74
Hex 89 9B F2 2B 24 0 5 E6 50 4A
Octal 211 233 362 53 44 0 5 346 120 112
Binary 10001001 10011011 11110010 101011 100100 0 101 11100110 1010000 1001010

Color Harmonies of #899BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BF2

Black with #899BF2

Text Example


Text Example

White with #899BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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