#899FED

Color #899FED Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #899FED

Tints of Portage #899FED

Color information

#899FED (or 0x899FED) is unknown color: approx Portage. HEX triplet: 89, 9F and ED. RGB value is (137,159,237). Sum of RGB (Red+Green+Blue) = 137+159+237=533 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.70% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #899FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #899FED is #766012. Grayscale: #A0A0A0. Windows color (decimal): -7757843 or 15572873. OLE color: 15572873.

HSL color Cylindrical-coordinate representation of color #899FED: hue angle of 226.8º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #899FED is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137159237-
CMYK0.420.3300.07
HSL226.8º73.53%73.33%-
HSV(B)226.8º42.19%92.94%-
XYZ3836.2385.11-
YUV161.31170.71110.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.70%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 237 (92.97% from 255) = 44.47%
R=25.70%
G=29.83%
B=44.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371592370.420.3300.07226.873.5373.33
Hex899FED2A2107e34a49
Octal211237355524107343112111
Binary10001001100111111110110110101010000101111110001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #899FED;
 }
 .AnyTagClassName
 {
   color: #899FED;
 }
</style>
background-color css

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

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

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

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

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

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