#8E98CF

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

Shades of Portage #8E98CF

Tints of Portage #8E98CF

Color information

#8E98CF (or 0x8E98CF) is unknown color: approx Portage. HEX triplet: 8E, 98 and CF. RGB value is (142,152,207). Sum of RGB (Red+Green+Blue) = 142+152+207=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E98CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E98CF is #716730. Grayscale: #9B9B9B. Windows color (decimal): -7431985 or 13605006. OLE color: 13605006.

HSL color Cylindrical-coordinate representation of color #8E98CF: hue angle of 230.77º 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 #8E98CF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142152207-
CMYK0.310.2700.19
HSL230.77º40.37%68.43%-
HSV(B)230.77º31.4%81.18%-
XYZ33.6532.7163.57-
YUV155.28157.19118.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.34%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=28.34%
G=30.34%
B=41.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421522070.310.2700.19230.7740.3768.43
Hex8E98CF1F1B013e72844
Octal216230317373302334750104
Binary1000111010011000110011111111111011010011111001111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E98CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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