Html Css Color HEX #899BFA Portage

📋 copy color: '#899BFA'

red 137 ◦ green 155 ◦ blue 250

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

Shades of Portage #899BFA

Tints of Portage #899BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.13%

R = 25.28%
G = 28.6%
B = 46.13%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#899BFA (or 0x899BFA) is known color: Portage. HEX triplet: 89, 9B and FA. RGB value is (137,155,250). Sum of RGB (Red+Green+Blue) = 137+155+250=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #899BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899BFA is #766405. Grayscale: #A0A0A0. Windows color (decimal): -7758854 or 16423817. OLE color: 16423817.

HSL color Cylindrical-coordinate representation of color #899BFA: hue angle of 230.44º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #899BFA is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 155 250 -
CMYK 0.45 0.38 0 0.02
HSL 230.44º 0.92% 0.76% -
HSV(B) 230.44º 0.45% 0.98% -
XYZ 39.29 35.66 95.26 -
YUV 160.45 178.54 111.28 -
System Red Green Blue C M Y K H S L
Decimal 137 155 250 0.45 0.38 0 0.02 230.44 0.92 0.76
Hex 89 9B FA 2D 26 0 2 E6 5C 4C
Octal 211 233 372 55 46 0 2 346 134 114
Binary 10001001 10011011 11111010 101101 100110 0 10 11100110 1011100 1001100

Color Harmonies of #899BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899BFA

Black with #899BFA

Text Example


Text Example

White with #899BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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