#8794CC

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

Shades of Portage #8794CC

Tints of Portage #8794CC

Color information

#8794CC (or 0x8794CC) is unknown color: approx Portage. HEX triplet: 87, 94 and CC. RGB value is (135,148,204). Sum of RGB (Red+Green+Blue) = 135+148+204=487 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.72% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #8794CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8794CC is #786B33. Grayscale: #969696. Windows color (decimal): -7891764 or 13407367. OLE color: 13407367.

HSL color Cylindrical-coordinate representation of color #8794CC: hue angle of 228.7º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8794CC is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB135148204-
CMYK0.340.2700.2
HSL228.7º40.35%66.47%-
HSV(B)228.7º33.82%80%-
XYZ31.4830.6961.39-
YUV150.5158.19116.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.72%
GREEN value IS 148 (58.20% from 255) = 30.39%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=27.72%
G=30.39%
B=41.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1351482040.340.2700.2228.740.3566.47
Hex8794CC221B014e52842
Octal207224314423302434550102
Binary10000111100101001100110010001011011010100111001011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8794CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8794CC; }

 p { color: rgb(135,148,204); }

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

<style>
 a { background-color: #8794CC; }

 a { background-color: rgb(135,148,204); }

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

<style>
 span { border-color: #8794CC; }

 span { border-color: rgb(135,148,204); }

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