#848BEB

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

Shades of Portage #848BEB

Tints of Portage #848BEB

Color information

#848BEB (or 0x848BEB) is unknown color: approx Portage. HEX triplet: 84, 8B and EB. RGB value is (132,139,235). Sum of RGB (Red+Green+Blue) = 132+139+235=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #848BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848BEB is #7B7414. Grayscale: #939393. Windows color (decimal): -8090645 or 15436676. OLE color: 15436676.

HSL color Cylindrical-coordinate representation of color #848BEB: hue angle of 235.92º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #848BEB is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132139235-
CMYK0.440.4100.08
HSL235.92º72.03%71.96%-
HSV(B)235.92º43.83%92.16%-
XYZ33.7429.3782.49-
YUV147.85177.18116.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.09%
GREEN value IS 139 (54.69% from 255) = 27.47%
BLUE value IS 235 (92.19% from 255) = 46.44%
R=26.09%
G=27.47%
B=46.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321392350.440.4100.08235.9272.0371.96
Hex848BEB2C2908ec4848
Octal2042133535451010354110110
Binary100001001000101111101011101100101001010001110110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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