#8C99CA

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

Shades of Portage #8C99CA

Tints of Portage #8C99CA

Color information

#8C99CA (or 0x8C99CA) is unknown color: approx Portage. HEX triplet: 8C, 99 and CA. RGB value is (140,153,202). Sum of RGB (Red+Green+Blue) = 140+153+202=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #8C99CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C99CA is #736635. Grayscale: #9A9A9A. Windows color (decimal): -7562806 or 13277580. OLE color: 13277580.

HSL color Cylindrical-coordinate representation of color #8C99CA: hue angle of 227.42º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C99CA is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB140153202-
CMYK0.310.2400.21
HSL227.42º36.9%67.06%-
HSV(B)227.42º30.69%79.22%-
XYZ32.8732.6260.44-
YUV154.7154.69117.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.28%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=28.28%
G=30.91%
B=40.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401532020.310.2400.21227.4236.967.06
Hex8C99CA1F18015e32543
Octal214231312373002534345103
Binary1000110010011001110010101111111000010101111000111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C99CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,153,202); }

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

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

 a { background-color: rgb(140,153,202); }

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

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

 span { border-color: rgb(140,153,202); }

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