#869CDE

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

Shades of Portage #869CDE

Tints of Portage #869CDE

Color information

#869CDE (or 0x869CDE) is unknown color: approx Portage. HEX triplet: 86, 9C and DE. RGB value is (134,156,222). Sum of RGB (Red+Green+Blue) = 134+156+222=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #869CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869CDE is #796321. Grayscale: #9C9C9C. Windows color (decimal): -7955234 or 14589062. OLE color: 14589062.

HSL color Cylindrical-coordinate representation of color #869CDE: hue angle of 225º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #869CDE is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134156222-
CMYK0.400.3000.13
HSL225º57.14%69.8%-
HSV(B)225º39.64%87.06%-
XYZ34.934.1273.85-
YUV156.95164.71111.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.17%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 222 (87.11% from 255) = 43.36%
R=26.17%
G=30.47%
B=43.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341562220.400.3000.1322557.1469.8
Hex869CDE281E0De13946
Octal206234336503601534171106
Binary1000011010011100110111101010001111001101111000011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,156,222); }

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

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

 a { background-color: rgb(134,156,222); }

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

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

 span { border-color: rgb(134,156,222); }

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