#8C9BFC

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

Shades of Portage #8C9BFC

Tints of Portage #8C9BFC

Color information

#8C9BFC (or 0x8C9BFC) is unknown color: approx Portage. HEX triplet: 8C, 9B and FC. RGB value is (140,155,252). Sum of RGB (Red+Green+Blue) = 140+155+252=547 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.59% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C9BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9BFC is #736403. Grayscale: #A1A1A1. Windows color (decimal): -7562244 or 16554892. OLE color: 16554892.

HSL color Cylindrical-coordinate representation of color #8C9BFC: hue angle of 231.96º 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 #8C9BFC is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB140155252-
CMYK0.440.3800.01
HSL231.96º94.92%76.86%-
HSV(B)231.96º44.44%98.82%-
XYZ40.1136.0596.94-
YUV161.57179.03112.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.59%
GREEN value IS 155 (60.94% from 255) = 28.34%
BLUE value IS 252 (98.83% from 255) = 46.07%
R=25.59%
G=28.34%
B=46.07%

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
Decimal1401552520.440.3800.01231.9694.9276.86
Hex8C9BFC2C2601e85f4d
Octal214233374544601350137115
Binary100011001001101111111100101100100110011110100010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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