#8C8BEA

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

Shades of Portage #8C8BEA

Tints of Portage #8C8BEA

Color information

#8C8BEA (or 0x8C8BEA) is unknown color: approx Portage. HEX triplet: 8C, 8B and EA. RGB value is (140,139,234). Sum of RGB (Red+Green+Blue) = 140+139+234=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C8BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8BEA is #737415. Grayscale: #959595. Windows color (decimal): -7566358 or 15371148. OLE color: 15371148.

HSL color Cylindrical-coordinate representation of color #8C8BEA: hue angle of 240.63º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C8BEA is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140139234-
CMYK0.400.4100.08
HSL240.63º69.34%73.14%-
HSV(B)240.63º40.6%91.76%-
XYZ34.929.9881.79-
YUV150.13175.33120.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.29%
GREEN value IS 139 (54.69% from 255) = 27.10%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=27.29%
G=27.10%
B=45.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401392340.400.4100.08240.6369.3473.14
Hex8C8BEA282908f14549
Octal2142133525051010361105111
Binary100011001000101111101010101000101001010001111000110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,139,234); }

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

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

 a { background-color: rgb(140,139,234); }

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

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

 span { border-color: rgb(140,139,234); }

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