#869EEA

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

Shades of Portage #869EEA

Tints of Portage #869EEA

Color information

#869EEA (or 0x869EEA) is unknown color: approx Portage. HEX triplet: 86, 9E and EA. RGB value is (134,158,234). Sum of RGB (Red+Green+Blue) = 134+158+234=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #869EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869EEA is #796115. Grayscale: #9F9F9F. Windows color (decimal): -7954710 or 15376006. OLE color: 15376006.

HSL color Cylindrical-coordinate representation of color #869EEA: hue angle of 225.6º degrees, saturation: 0.7, 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 #869EEA is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134158234-
CMYK0.430.3200.08
HSL225.6º70.42%72.16%-
HSV(B)225.6º42.74%91.76%-
XYZ36.9135.4682.74-
YUV159.49170.05109.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.48%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=25.48%
G=30.04%
B=44.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341582340.430.3200.08225.670.4272.16
Hex869EEA2B2008e24648
Octal2062363525340010342106110
Binary100001101001111011101010101011100000010001110001010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,158,234); }

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

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

 a { background-color: rgb(134,158,234); }

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

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

 span { border-color: rgb(134,158,234); }

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