#868FCC

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

Shades of Portage #868FCC

Tints of Portage #868FCC

Color information

#868FCC (or 0x868FCC) is unknown color: approx Portage. HEX triplet: 86, 8F and CC. RGB value is (134,143,204). Sum of RGB (Red+Green+Blue) = 134+143+204=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #868FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868FCC is #797033. Grayscale: #939393. Windows color (decimal): -7958580 or 13406086. OLE color: 13406086.

HSL color Cylindrical-coordinate representation of color #868FCC: hue angle of 232.29º degrees, saturation: 0.41, 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 #868FCC is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134143204-
CMYK0.340.3000.2
HSL232.29º40.7%66.27%-
HSV(B)232.29º34.31%80%-
XYZ30.5529.0761.13-
YUV147.26160.02118.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.86%
GREEN value IS 143 (56.25% from 255) = 29.73%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=27.86%
G=29.73%
B=42.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341432040.340.3000.2232.2940.766.27
Hex868FCC221E014e82942
Octal206217314423602435051102
Binary10000110100011111100110010001011110010100111010001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868FCC; }

 p { color: rgb(134,143,204); }

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

<style>
 a { background-color: #868FCC; }

 a { background-color: rgb(134,143,204); }

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

<style>
 span { border-color: #868FCC; }

 span { border-color: rgb(134,143,204); }

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