#858BCF

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

Shades of Portage #858BCF

Tints of Portage #858BCF

Color information

#858BCF (or 0x858BCF) is unknown color: approx Portage. HEX triplet: 85, 8B and CF. RGB value is (133,139,207). Sum of RGB (Red+Green+Blue) = 133+139+207=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #858BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BCF is #7A7430. Grayscale: #909090. Windows color (decimal): -8025137 or 13601669. OLE color: 13601669.

HSL color Cylindrical-coordinate representation of color #858BCF: hue angle of 235.14º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #858BCF is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133139207-
CMYK0.360.3300.19
HSL235.14º43.53%66.67%-
HSV(B)235.14º35.75%81.18%-
XYZ30.1727.9662.84-
YUV144.96163.01119.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.77%
GREEN value IS 139 (54.69% from 255) = 29.02%
BLUE value IS 207 (81.25% from 255) = 43.22%
R=27.77%
G=29.02%
B=43.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331392070.360.3300.19235.1443.5366.67
Hex858BCF2421013eb2c43
Octal205213317444102335354103
Binary100001011000101111001111100100100001010011111010111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858BCF; }

 p { color: rgb(133,139,207); }

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

<style>
 a { background-color: #858BCF; }

 a { background-color: rgb(133,139,207); }

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

<style>
 span { border-color: #858BCF; }

 span { border-color: rgb(133,139,207); }

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