#858BDF

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

Shades of Portage #858BDF

Tints of Portage #858BDF

Color information

#858BDF (or 0x858BDF) is unknown color: approx Portage. HEX triplet: 85, 8B and DF. RGB value is (133,139,223). Sum of RGB (Red+Green+Blue) = 133+139+223=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #858BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BDF is #7A7420. Grayscale: #929292. Windows color (decimal): -8025121 or 14650245. OLE color: 14650245.

HSL color Cylindrical-coordinate representation of color #858BDF: hue angle of 236º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858BDF is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133139223-
CMYK0.400.3800.13
HSL236º58.44%69.8%-
HSV(B)236º40.36%87.45%-
XYZ32.2228.7873.67-
YUV146.78171.01118.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.87%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 223 (87.5% from 255) = 45.05%
R=26.87%
G=28.08%
B=45.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331392230.400.3800.1323658.4469.8
Hex858BDF28260Dec3a46
Octal205213337504601535472106
Binary10000101100010111101111110100010011001101111011001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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