Html Css Color HEX #899EFA Portage

📋 copy color: '#899EFA'

red 137 ◦ green 158 ◦ blue 250

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

Shades of Portage #899EFA

Tints of Portage #899EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.99%

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

R = 25.14%
G = 28.99%
B = 45.87%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#899EFA (or 0x899EFA) is known color: Portage. HEX triplet: 89, 9E and FA. RGB value is (137,158,250). Sum of RGB (Red+Green+Blue) = 137+158+250=545 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.14% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #899EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899EFA is #766105. Grayscale: #A1A1A1. Windows color (decimal): -7758086 or 16424585. OLE color: 16424585.

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

Color convert

RGB 137 158 250 -
CMYK 0.45 0.37 0 0.02
HSL 228.85º 0.92% 0.76% -
HSV(B) 228.85º 0.45% 0.98% -
XYZ 39.8 36.67 95.42 -
YUV 162.21 177.54 110.02 -
System Red Green Blue C M Y K H S L
Decimal 137 158 250 0.45 0.37 0 0.02 228.85 0.92 0.76
Hex 89 9E FA 2D 25 0 2 E5 5C 4C
Octal 211 236 372 55 45 0 2 345 134 114
Binary 10001001 10011110 11111010 101101 100101 0 10 11100101 1011100 1001100

Color Harmonies of #899EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899EFA

Black with #899EFA

Text Example


Text Example

White with #899EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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