#848BCE

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

Shades of Portage #848BCE

Tints of Portage #848BCE

Color information

#848BCE (or 0x848BCE) is unknown color: approx Portage. HEX triplet: 84, 8B and CE. RGB value is (132,139,206). Sum of RGB (Red+Green+Blue) = 132+139+206=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #848BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BCE is #7B7431. Grayscale: #909090. Windows color (decimal): -8090674 or 13536132. OLE color: 13536132.

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

Color convert

RGB132139206-
CMYK0.360.3300.19
HSL234.32º43.02%66.27%-
HSV(B)234.32º35.92%80.78%-
XYZ29.8927.8362.19-
YUV144.54162.68119.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.67%
GREEN value IS 139 (54.69% from 255) = 29.14%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=27.67%
G=29.14%
B=43.19%

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
Decimal1321392060.360.3300.19234.3243.0266.27
Hex848BCE2421013ea2b42
Octal204213316444102335253102
Binary100001001000101111001110100100100001010011111010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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