#868FCA

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

Shades of Portage #868FCA

Tints of Portage #868FCA

Color information

#868FCA (or 0x868FCA) is unknown color: approx Portage. HEX triplet: 86, 8F and CA. RGB value is (134,143,202). Sum of RGB (Red+Green+Blue) = 134+143+202=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #868FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868FCA is #797035. Grayscale: #929292. Windows color (decimal): -7958582 or 13275014. OLE color: 13275014.

HSL color Cylindrical-coordinate representation of color #868FCA: hue angle of 232.06º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #868FCA is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134143202-
CMYK0.340.2900.21
HSL232.06º39.08%65.88%-
HSV(B)232.06º33.66%79.22%-
XYZ30.3128.9859.87-
YUV147.03159.02118.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.97%
GREEN value IS 143 (56.25% from 255) = 29.85%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=27.97%
G=29.85%
B=42.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341432020.340.2900.21232.0639.0865.88
Hex868FCA221D015e82742
Octal206217312423502535047102
Binary10000110100011111100101010001011101010101111010001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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