#869CD5

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

Shades of Portage #869CD5

Tints of Portage #869CD5

Color information

#869CD5 (or 0x869CD5) is unknown color: approx Portage. HEX triplet: 86, 9C and D5. RGB value is (134,156,213). Sum of RGB (Red+Green+Blue) = 134+156+213=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #869CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869CD5 is #79632A. Grayscale: #9B9B9B. Windows color (decimal): -7955243 or 13999238. OLE color: 13999238.

HSL color Cylindrical-coordinate representation of color #869CD5: hue angle of 223.29º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #869CD5 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB134156213-
CMYK0.370.2700.16
HSL223.29º48.47%68.04%-
HSV(B)223.29º37.09%83.53%-
XYZ33.7333.6567.67-
YUV155.92160.21112.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.64%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 213 (83.59% from 255) = 42.35%
R=26.64%
G=31.01%
B=42.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1341562130.370.2700.16223.2948.4768.04
Hex869CD5251B010df3044
Octal206234325453302033760104
Binary10000110100111001101010110010111011010000110111111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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