#8c8cef

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

Shades of Portage #8C8CEF

Tints of Portage #8C8CEF

Color information

#8C8CEF (or 0x8C8CEF) is unknown color: approx Portage. HEX triplet: 8C, 8C and EF. RGB value is (140,140,239). Sum of RGB (Red+Green+Blue) = 140+140+239=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C8CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8CEF is #737310. Grayscale: #969696. Windows color (decimal): -7566097 or 15699084. OLE color: 15699084.

HSL color Cylindrical-coordinate representation of color #8C8CEF: hue angle of 240º 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 #8C8CEF is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB140140239-
CMYK0.410.4100.06
HSL240º75.57%74.31%-
HSV(B)240º41.42%93.73%-
XYZ35.7730.5685.68-
YUV151.29177.5119.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.97%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 239 (93.75% from 255) = 46.05%
R=26.97%
G=26.97%
B=46.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1401402390.410.4100.0624075.5774.31
Hex8C8CEF292906f04c4a
Octal214214357515106360114112
Binary10001100100011001110111110100110100101101111000010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c8cef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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