#8C9CFC

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

Shades of Portage #8C9CFC

Tints of Portage #8C9CFC

Color information

#8C9CFC (or 0x8C9CFC) is unknown color: approx Portage. HEX triplet: 8C, 9C and FC. RGB value is (140,156,252). Sum of RGB (Red+Green+Blue) = 140+156+252=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C9CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9CFC is #736303. Grayscale: #A1A1A1. Windows color (decimal): -7561988 or 16555148. OLE color: 16555148.

HSL color Cylindrical-coordinate representation of color #8C9CFC: hue angle of 231.43º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C9CFC is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB140156252-
CMYK0.440.3800.01
HSL231.43º94.92%76.86%-
HSV(B)231.43º44.44%98.82%-
XYZ40.2736.3896.99-
YUV162.16178.7112.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.55%
GREEN value IS 156 (61.33% from 255) = 28.47%
BLUE value IS 252 (98.83% from 255) = 45.99%
R=25.55%
G=28.47%
B=45.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1401562520.440.3800.01231.4394.9276.86
Hex8C9CFC2C2601e75f4d
Octal214234374544601347137115
Binary100011001001110011111100101100100110011110011110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,156,252); }

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

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

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

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

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

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

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