#889DFD

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

Shades of Portage #889DFD

Tints of Portage #889DFD

Color information

#889DFD (or 0x889DFD) is unknown color: approx Portage. HEX triplet: 88, 9D and FD. RGB value is (136,157,253). Sum of RGB (Red+Green+Blue) = 136+157+253=546 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.91% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #889DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #889DFD is #776202. Grayscale: #A1A1A1. Windows color (decimal): -7823875 or 16620936. OLE color: 16620936.

HSL color Cylindrical-coordinate representation of color #889DFD: hue angle of 229.23º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #889DFD is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB136157253-
CMYK0.460.3800.01
HSL229.23º96.69%76.27%-
HSV(B)229.23º46.25%99.22%-
XYZ39.9436.4497.86-
YUV161.66179.54109.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.91%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 253 (99.22% from 255) = 46.34%
R=24.91%
G=28.75%
B=46.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1361572530.460.3800.01229.2396.6976.27
Hex889DFD2E2601e5614c
Octal210235375564601345141114
Binary100010001001110111111101101110100110011110010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889DFD; }

 p { color: rgb(136,157,253); }

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

<style>
 a { background-color: #889DFD; }

 a { background-color: rgb(136,157,253); }

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

<style>
 span { border-color: #889DFD; }

 span { border-color: rgb(136,157,253); }

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