#8C9CCF

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

Shades of Portage #8C9CCF

Tints of Portage #8C9CCF

Color information

#8C9CCF (or 0x8C9CCF) is unknown color: approx Portage. HEX triplet: 8C, 9C and CF. RGB value is (140,156,207). Sum of RGB (Red+Green+Blue) = 140+156+207=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C9CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CCF is #736330. Grayscale: #9C9C9C. Windows color (decimal): -7562033 or 13606028. OLE color: 13606028.

HSL color Cylindrical-coordinate representation of color #8C9CCF: hue angle of 225.67º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C9CCF is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB140156207-
CMYK0.320.2500.19
HSL225.67º41.1%68.04%-
HSV(B)225.67º32.37%81.18%-
XYZ33.9733.8663.78-
YUV157.03156.2115.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.83%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=27.83%
G=31.01%
B=41.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1401562070.320.2500.19225.6741.168.04
Hex8C9CCF2019013e22944
Octal214234317403102334251104
Binary10001100100111001100111110000011001010011111000101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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