#868FCE

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

Shades of Portage #868FCE

Tints of Portage #868FCE

Color information

#868FCE (or 0x868FCE) is unknown color: approx Portage. HEX triplet: 86, 8F and CE. RGB value is (134,143,206). Sum of RGB (Red+Green+Blue) = 134+143+206=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #868FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868FCE is #797031. Grayscale: #939393. Windows color (decimal): -7958578 or 13537158. OLE color: 13537158.

HSL color Cylindrical-coordinate representation of color #868FCE: hue angle of 232.5º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #868FCE is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134143206-
CMYK0.350.3100.19
HSL232.5º42.35%66.67%-
HSV(B)232.5º34.95%80.78%-
XYZ30.7929.1762.4-
YUV147.49161.02118.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.74%
GREEN value IS 143 (56.25% from 255) = 29.61%
BLUE value IS 206 (80.86% from 255) = 42.65%
R=27.74%
G=29.61%
B=42.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341432060.350.3100.19232.542.3566.67
Hex868FCE231F013e82a43
Octal206217316433702335052103
Binary10000110100011111100111010001111111010011111010001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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