#858DDD

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

Shades of Portage #858DDD

Tints of Portage #858DDD

Color information

#858DDD (or 0x858DDD) is unknown color: approx Portage. HEX triplet: 85, 8D and DD. RGB value is (133,141,221). Sum of RGB (Red+Green+Blue) = 133+141+221=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #858DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DDD is #7A7222. Grayscale: #939393. Windows color (decimal): -8024611 or 14519685. OLE color: 14519685.

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

Color convert

RGB133141221-
CMYK0.400.3600.13
HSL234.55º56.41%69.41%-
HSV(B)234.55º39.82%86.67%-
XYZ32.2529.2672.35-
YUV147.73169.35117.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.87%
GREEN value IS 141 (55.47% from 255) = 28.48%
BLUE value IS 221 (86.72% from 255) = 44.65%
R=26.87%
G=28.48%
B=44.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331412210.400.3600.13234.5556.4169.41
Hex858DDD28240Deb3845
Octal205215335504401535370105
Binary10000101100011011101110110100010010001101111010111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,141,221); }

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

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

 a { background-color: rgb(133,141,221); }

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

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

 span { border-color: rgb(133,141,221); }

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