Html Css Color HEX #899FFA Portage

📋 copy color: '#899FFA'

red 137 ◦ green 159 ◦ blue 250

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

Shades of Portage #899FFA

Tints of Portage #899FFA

RGB

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

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

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

R = 25.09%
G = 29.12%
B = 45.79%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#899FFA (or 0x899FFA) is known color: Portage. HEX triplet: 89, 9F and FA. RGB value is (137,159,250). Sum of RGB (Red+Green+Blue) = 137+159+250=546 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.09% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #899FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899FFA is #766005. Grayscale: #A2A2A2. Windows color (decimal): -7757830 or 16424841. OLE color: 16424841.

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

Color convert

RGB 137 159 250 -
CMYK 0.45 0.36 0 0.02
HSL 228.32º 0.92% 0.76% -
HSV(B) 228.32º 0.45% 0.98% -
XYZ 39.97 37.02 95.48 -
YUV 162.8 177.21 109.6 -
System Red Green Blue C M Y K H S L
Decimal 137 159 250 0.45 0.36 0 0.02 228.32 0.92 0.76
Hex 89 9F FA 2D 24 0 2 E4 5C 4C
Octal 211 237 372 55 44 0 2 344 134 114
Binary 10001001 10011111 11111010 101101 100100 0 10 11100100 1011100 1001100

Color Harmonies of #899FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FFA

Black with #899FFA

Text Example


Text Example

White with #899FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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