#868BED

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

Shades of Portage #868BED

Tints of Portage #868BED

Color information

#868BED (or 0x868BED) is unknown color: approx Portage. HEX triplet: 86, 8B and ED. RGB value is (134,139,237). Sum of RGB (Red+Green+Blue) = 134+139+237=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #868BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #868BED is #797412. Grayscale: #949494. Windows color (decimal): -7959571 or 15567750. OLE color: 15567750.

HSL color Cylindrical-coordinate representation of color #868BED: hue angle of 237.09º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #868BED is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134139237-
CMYK0.430.4100.07
HSL237.09º74.1%72.75%-
HSV(B)237.09º43.46%92.94%-
XYZ34.3529.6584.03-
YUV148.68177.84117.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.27%
GREEN value IS 139 (54.69% from 255) = 27.25%
BLUE value IS 237 (92.97% from 255) = 46.47%
R=26.27%
G=27.25%
B=46.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341392370.430.4100.07237.0974.172.75
Hex868BED2B2907ed4a49
Octal206213355535107355112111
Binary10000110100010111110110110101110100101111110110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,139,237); }

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

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

 a { background-color: rgb(134,139,237); }

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

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

 span { border-color: rgb(134,139,237); }

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