#869FED

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

Shades of Portage #869FED

Tints of Portage #869FED

Color information

#869FED (or 0x869FED) is unknown color: approx Portage. HEX triplet: 86, 9F and ED. RGB value is (134,159,237). Sum of RGB (Red+Green+Blue) = 134+159+237=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #869FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869FED is #796012. Grayscale: #A0A0A0. Windows color (decimal): -7954451 or 15572870. OLE color: 15572870.

HSL color Cylindrical-coordinate representation of color #869FED: hue angle of 225.44º 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 #869FED is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134159237-
CMYK0.430.3300.07
HSL225.44º74.1%72.75%-
HSV(B)225.44º43.46%92.94%-
XYZ37.5235.9885.09-
YUV160.42171.22109.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.28%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 237 (92.97% from 255) = 44.72%
R=25.28%
G=30%
B=44.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341592370.430.3300.07225.4474.172.75
Hex869FED2B2107e14a49
Octal206237355534107341112111
Binary10000110100111111110110110101110000101111110000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869FED; }

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

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

<style>
 a { background-color: #869FED; }

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

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

<style>
 span { border-color: #869FED; }

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

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