#8E94CF

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

Shades of Portage #8E94CF

Tints of Portage #8E94CF

Color information

#8E94CF (or 0x8E94CF) is unknown color: approx Portage. HEX triplet: 8E, 94 and CF. RGB value is (142,148,207). Sum of RGB (Red+Green+Blue) = 142+148+207=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E94CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E94CF is #716B30. Grayscale: #989898. Windows color (decimal): -7433009 or 13603982. OLE color: 13603982.

HSL color Cylindrical-coordinate representation of color #8E94CF: hue angle of 234.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E94CF is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142148207-
CMYK0.310.2900.19
HSL234.46º40.37%68.43%-
HSV(B)234.46º31.4%81.18%-
XYZ33.0131.4463.36-
YUV152.93158.51120.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.57%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=28.57%
G=29.78%
B=41.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421482070.310.2900.19234.4640.3768.43
Hex8E94CF1F1D013ea2844
Octal216224317373502335250104
Binary1000111010010100110011111111111101010011111010101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E94CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,148,207); }

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

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

 a { background-color: rgb(142,148,207); }

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

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

 span { border-color: rgb(142,148,207); }

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