#858FCE

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

Shades of Portage #858FCE

Tints of Portage #858FCE

Color information

#858FCE (or 0x858FCE) is unknown color: approx Portage. HEX triplet: 85, 8F and CE. RGB value is (133,143,206). Sum of RGB (Red+Green+Blue) = 133+143+206=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #858FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FCE is #7A7031. Grayscale: #929292. Windows color (decimal): -8024114 or 13537157. OLE color: 13537157.

HSL color Cylindrical-coordinate representation of color #858FCE: hue angle of 231.78º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #858FCE is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133143206-
CMYK0.350.3100.19
HSL231.78º42.69%66.47%-
HSV(B)231.78º35.44%80.78%-
XYZ30.6429.0962.39-
YUV147.19161.19117.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.59%
GREEN value IS 143 (56.25% from 255) = 29.67%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=27.59%
G=29.67%
B=42.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331432060.350.3100.19231.7842.6966.47
Hex858FCE231F013e82b42
Octal205217316433702335053102
Binary10000101100011111100111010001111111010011111010001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,143,206); }

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

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

 a { background-color: rgb(133,143,206); }

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

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

 span { border-color: rgb(133,143,206); }

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