Html Css Color HEX #899DFE Portage

📋 copy color: '#899DFE'

red 137 ◦ green 157 ◦ blue 254

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

Shades of Portage #899DFE

Tints of Portage #899DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.65%

 BLUE value IS 254 (99.61% from 255) = 46.35%

R = 25%
G = 28.65%
B = 46.35%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#899DFE (or 0x899DFE) is known color: Portage. HEX triplet: 89, 9D and FE. RGB value is (137,157,254). Sum of RGB (Red+Green+Blue) = 137+157+254=548 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #899DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899DFE is #766201. Grayscale: #A1A1A1. Windows color (decimal): -7758338 or 16686473. OLE color: 16686473.

HSL color Cylindrical-coordinate representation of color #899DFE: hue angle of 229.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #899DFE is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 137 157 254 -
CMYK 0.46 0.38 0 0.00
HSL 229.74º 0.98% 0.77% -
HSV(B) 229.74º 0.46% 1% -
XYZ 40.26 36.59 98.71 -
YUV 162.08 179.87 110.11 -
System Red Green Blue C M Y K H S L
Decimal 137 157 254 0.46 0.38 0 0.00 229.74 0.98 0.77
Hex 89 9D FE 2E 26 0 0 E6 62 4D
Octal 211 235 376 56 46 0 0 346 142 115
Binary 10001001 10011101 11111110 101110 100110 0 0 11100110 1100010 1001101

Color Harmonies of #899DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899DFE

Black with #899DFE

Text Example


Text Example

White with #899DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,157,254); }

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

background-color css

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

 a { background-color: rgb(137,157,254); }

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

border-color css

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

 span { border-color: rgb(137,157,254); }

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