#869BE9

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

Shades of Portage #869BE9

Tints of Portage #869BE9

Color information

#869BE9 (or 0x869BE9) is unknown color: approx Portage. HEX triplet: 86, 9B and E9. RGB value is (134,155,233). Sum of RGB (Red+Green+Blue) = 134+155+233=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 233 (91.41% from 255 or 44.64% from 522); Max value from RGB is 233 - color contains mainly: blue. Hex color #869BE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869BE9 is #796416. Grayscale: #9D9D9D. Windows color (decimal): -7955479 or 15309702. OLE color: 15309702.

HSL color Cylindrical-coordinate representation of color #869BE9: hue angle of 227.27º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #869BE9 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134155233-
CMYK0.420.3300.09
HSL227.27º69.23%71.96%-
HSV(B)227.27º42.49%91.37%-
XYZ36.2634.3981.82-
YUV157.61170.54111.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.67%
GREEN value IS 155 (60.94% from 255) = 29.69%
BLUE value IS 233 (91.41% from 255) = 44.64%
R=25.67%
G=29.69%
B=44.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1341552330.420.3300.09227.2769.2371.96
Hex869BE92A2109e34548
Octal2062333515241011343105110
Binary100001101001101111101001101010100001010011110001110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,155,233); }

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

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

 a { background-color: rgb(134,155,233); }

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

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

 span { border-color: rgb(134,155,233); }

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