#868CCC

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

Shades of Portage #868CCC

Tints of Portage #868CCC

Color information

#868CCC (or 0x868CCC) is unknown color: approx Portage. HEX triplet: 86, 8C and CC. RGB value is (134,140,204). Sum of RGB (Red+Green+Blue) = 134+140+204=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #868CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CCC is #797333. Grayscale: #919191. Windows color (decimal): -7959348 or 13405318. OLE color: 13405318.

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

Color convert

RGB134140204-
CMYK0.340.3100.2
HSL234.86º40.7%66.27%-
HSV(B)234.86º34.31%80%-
XYZ30.1128.1860.98-
YUV145.5161.01119.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.03%
GREEN value IS 140 (55.08% from 255) = 29.29%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=28.03%
G=29.29%
B=42.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341402040.340.3100.2234.8640.766.27
Hex868CCC221F014eb2942
Octal206214314423702435351102
Binary10000110100011001100110010001011111010100111010111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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