#8C8FEF

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

Shades of Portage #8C8FEF

Tints of Portage #8C8FEF

Color information

#8C8FEF (or 0x8C8FEF) is unknown color: approx Portage. HEX triplet: 8C, 8F and EF. RGB value is (140,143,239). Sum of RGB (Red+Green+Blue) = 140+143+239=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C8FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8FEF is #737010. Grayscale: #989898. Windows color (decimal): -7565329 or 15699852. OLE color: 15699852.

HSL color Cylindrical-coordinate representation of color #8C8FEF: hue angle of 238.18º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C8FEF is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB140143239-
CMYK0.410.4000.06
HSL238.18º75.57%74.31%-
HSV(B)238.18º41.42%93.73%-
XYZ36.2231.4585.82-
YUV153.05176.51118.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.82%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 239 (93.75% from 255) = 45.79%
R=26.82%
G=27.39%
B=45.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1401432390.410.4000.06238.1875.5774.31
Hex8C8FEF292806ee4c4a
Octal214217357515006356114112
Binary10001100100011111110111110100110100001101110111010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,143,239); }

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

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

 a { background-color: rgb(140,143,239); }

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

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

 span { border-color: rgb(140,143,239); }

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