#8C9AFE

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

Shades of Portage #8C9AFE

Tints of Portage #8C9AFE

Color information

#8C9AFE (or 0x8C9AFE) is unknown color: approx Portage. HEX triplet: 8C, 9A and FE. RGB value is (140,154,254). Sum of RGB (Red+Green+Blue) = 140+154+254=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C9AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9AFE is #736501. Grayscale: #A0A0A0. Windows color (decimal): -7562498 or 16685708. OLE color: 16685708.

HSL color Cylindrical-coordinate representation of color #8C9AFE: hue angle of 232.63º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C9AFE is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB140154254-
CMYK0.450.3900.00
HSL232.63º98.28%77.25%-
HSV(B)232.63º44.88%99.61%-
XYZ40.2635.8498.56-
YUV161.21180.36112.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.55%
GREEN value IS 154 (60.55% from 255) = 28.10%
BLUE value IS 254 (99.61% from 255) = 46.35%
R=25.55%
G=28.10%
B=46.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1401542540.450.3900.00232.6398.2877.25
Hex8C9AFE2D2700e9624d
Octal214232376554700351142115
Binary100011001001101011111110101101100111001110100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,154,254); }

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

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

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

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

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

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

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