#869BFD

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

Shades of Portage #869BFD

Tints of Portage #869BFD

Color information

#869BFD (or 0x869BFD) is unknown color: approx Portage. HEX triplet: 86, 9B and FD. RGB value is (134,155,253). Sum of RGB (Red+Green+Blue) = 134+155+253=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #869BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869BFD is #796402. Grayscale: #9F9F9F. Windows color (decimal): -7955459 or 16620422. OLE color: 16620422.

HSL color Cylindrical-coordinate representation of color #869BFD: hue angle of 229.41º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #869BFD is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB134155253-
CMYK0.470.3900.01
HSL229.41º96.75%75.88%-
HSV(B)229.41º47.04%99.22%-
XYZ39.2835.697.73-
YUV159.89180.54109.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.72%
GREEN value IS 155 (60.94% from 255) = 28.60%
BLUE value IS 253 (99.22% from 255) = 46.68%
R=24.72%
G=28.60%
B=46.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1341552530.470.3900.01229.4196.7575.88
Hex869BFD2F2701e5614c
Octal206233375574701345141114
Binary100001101001101111111101101111100111011110010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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