#848CEE

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

Shades of Portage #848CEE

Tints of Portage #848CEE

Color information

#848CEE (or 0x848CEE) is unknown color: approx Portage. HEX triplet: 84, 8C and EE. RGB value is (132,140,238). Sum of RGB (Red+Green+Blue) = 132+140+238=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #848CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848CEE is #7B7311. Grayscale: #949494. Windows color (decimal): -8090386 or 15633540. OLE color: 15633540.

HSL color Cylindrical-coordinate representation of color #848CEE: hue angle of 235.47º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #848CEE is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132140238-
CMYK0.450.4100.07
HSL235.47º75.71%72.55%-
HSV(B)235.47º44.54%93.33%-
XYZ34.3329.8384.84-
YUV148.78178.35116.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.88%
GREEN value IS 140 (55.08% from 255) = 27.45%
BLUE value IS 238 (93.36% from 255) = 46.67%
R=25.88%
G=27.45%
B=46.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321402380.450.4100.07235.4775.7172.55
Hex848CEE2D2907eb4c49
Octal204214356555107353114111
Binary10000100100011001110111010110110100101111110101110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,140,238); }

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

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

 a { background-color: rgb(132,140,238); }

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

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

 span { border-color: rgb(132,140,238); }

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