#869AEB

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

Shades of Portage #869AEB

Tints of Portage #869AEB

Color information

#869AEB (or 0x869AEB) is unknown color: approx Portage. HEX triplet: 86, 9A and EB. RGB value is (134,154,235). Sum of RGB (Red+Green+Blue) = 134+154+235=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #869AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869AEB is #796514. Grayscale: #9C9C9C. Windows color (decimal): -7955733 or 15440518. OLE color: 15440518.

HSL color Cylindrical-coordinate representation of color #869AEB: hue angle of 228.12º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #869AEB is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134154235-
CMYK0.430.3400.08
HSL228.12º71.63%72.35%-
HSV(B)228.12º42.98%92.16%-
XYZ36.3834.1883.28-
YUV157.25171.87111.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.62%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 235 (92.19% from 255) = 44.93%
R=25.62%
G=29.45%
B=44.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341542350.430.3400.08228.1271.6372.35
Hex869AEB2B2208e44848
Octal2062323535342010344110110
Binary100001101001101011101011101011100010010001110010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,154,235); }

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

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

 a { background-color: rgb(134,154,235); }

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

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

 span { border-color: rgb(134,154,235); }

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