#869CEB

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

Shades of Portage #869CEB

Tints of Portage #869CEB

Color information

#869CEB (or 0x869CEB) is unknown color: approx Portage. HEX triplet: 86, 9C and EB. RGB value is (134,156,235). Sum of RGB (Red+Green+Blue) = 134+156+235=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #869CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #869CEB is #796314. Grayscale: #9E9E9E. Windows color (decimal): -7955221 or 15441030. OLE color: 15441030.

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

Color convert

RGB134156235-
CMYK0.430.3400.08
HSL226.93º71.63%72.35%-
HSV(B)226.93º42.98%92.16%-
XYZ36.7234.8483.39-
YUV158.43171.21110.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.52%
GREEN value IS 156 (61.33% from 255) = 29.71%
BLUE value IS 235 (92.19% from 255) = 44.76%
R=25.52%
G=29.71%
B=44.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341562350.430.3400.08226.9371.6372.35
Hex869CEB2B2208e34848
Octal2062343535342010343110110
Binary100001101001110011101011101011100010010001110001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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