#8D94FC

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

Shades of Portage #8D94FC

Tints of Portage #8D94FC

Color information

#8D94FC (or 0x8D94FC) is unknown color: approx Portage. HEX triplet: 8D, 94 and FC. RGB value is (141,148,252). Sum of RGB (Red+Green+Blue) = 141+148+252=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D94FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D94FC is #726B03. Grayscale: #9D9D9D. Windows color (decimal): -7498500 or 16553101. OLE color: 16553101.

HSL color Cylindrical-coordinate representation of color #8D94FC: hue angle of 236.22º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D94FC is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141148252-
CMYK0.440.4100.01
HSL236.22º94.87%77.06%-
HSV(B)236.22º44.05%98.82%-
XYZ39.1533.8796.57-
YUV157.76181.18116.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.06%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 252 (98.83% from 255) = 46.58%
R=26.06%
G=27.36%
B=46.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411482520.440.4100.01236.2294.8777.06
Hex8D94FC2C2901ec5f4d
Octal215224374545101354137115
Binary100011011001010011111100101100101001011110110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D94FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D94FC; }

 p { color: rgb(141,148,252); }

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

<style>
 a { background-color: #8D94FC; }

 a { background-color: rgb(141,148,252); }

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

<style>
 span { border-color: #8D94FC; }

 span { border-color: rgb(141,148,252); }

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