#869BD6

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

Shades of Portage #869BD6

Tints of Portage #869BD6

Color information

#869BD6 (or 0x869BD6) is unknown color: approx Portage. HEX triplet: 86, 9B and D6. RGB value is (134,155,214). Sum of RGB (Red+Green+Blue) = 134+155+214=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #869BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869BD6 is #796429. Grayscale: #9B9B9B. Windows color (decimal): -7955498 or 14064518. OLE color: 14064518.

HSL color Cylindrical-coordinate representation of color #869BD6: hue angle of 224.25º degrees, saturation: 0.49, 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 #869BD6 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB134155214-
CMYK0.370.2800.16
HSL224.25º49.38%68.24%-
HSV(B)224.25º37.38%83.92%-
XYZ33.6933.3768.28-
YUV155.45161.04112.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.64%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 214 (83.98% from 255) = 42.54%
R=26.64%
G=30.82%
B=42.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1341552140.370.2800.16224.2549.3868.24
Hex869BD6251C010e03144
Octal206233326453402034061104
Binary10000110100110111101011010010111100010000111000001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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