#858BCE

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

Shades of Portage #858BCE

Tints of Portage #858BCE

Color information

#858BCE (or 0x858BCE) is unknown color: approx Portage. HEX triplet: 85, 8B and CE. RGB value is (133,139,206). Sum of RGB (Red+Green+Blue) = 133+139+206=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #858BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BCE is #7A7431. Grayscale: #909090. Windows color (decimal): -8025138 or 13536133. OLE color: 13536133.

HSL color Cylindrical-coordinate representation of color #858BCE: hue angle of 235.07º 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 #858BCE is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133139206-
CMYK0.350.3300.19
HSL235.07º42.69%66.47%-
HSV(B)235.07º35.44%80.78%-
XYZ30.0527.9162.2-
YUV144.84162.51119.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 139 (54.69% from 255) = 29.08%
BLUE value IS 206 (80.86% from 255) = 43.10%
R=27.82%
G=29.08%
B=43.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331392060.350.3300.19235.0742.6966.47
Hex858BCE2321013eb2b42
Octal205213316434102335353102
Binary100001011000101111001110100011100001010011111010111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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