#8C94F0

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

Shades of Portage #8C94F0

Tints of Portage #8C94F0

Color information

#8C94F0 (or 0x8C94F0) is unknown color: approx Portage. HEX triplet: 8C, 94 and F0. RGB value is (140,148,240). Sum of RGB (Red+Green+Blue) = 140+148+240=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #8C94F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C94F0 is #736B0F. Grayscale: #9B9B9B. Windows color (decimal): -7564048 or 15766668. OLE color: 15766668.

HSL color Cylindrical-coordinate representation of color #8C94F0: hue angle of 235.2º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C94F0 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB140148240-
CMYK0.420.3800.06
HSL235.2º76.92%74.51%-
HSV(B)235.2º41.67%94.12%-
XYZ37.1333.0586.86-
YUV156.1175.35116.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.52%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 240 (94.14% from 255) = 45.45%
R=26.52%
G=28.03%
B=45.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1401482400.420.3800.06235.276.9274.51
Hex8C94F02A2606eb4d4b
Octal214224360524606353115113
Binary10001100100101001111000010101010011001101110101110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C94F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,148,240); }

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

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

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

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

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

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

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