#848FED

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

Shades of Portage #848FED

Tints of Portage #848FED

Color information

#848FED (or 0x848FED) is unknown color: approx Portage. HEX triplet: 84, 8F and ED. RGB value is (132,143,237). Sum of RGB (Red+Green+Blue) = 132+143+237=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #848FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848FED is #7B7012. Grayscale: #969696. Windows color (decimal): -8089619 or 15568772. OLE color: 15568772.

HSL color Cylindrical-coordinate representation of color #848FED: hue angle of 233.71º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #848FED is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132143237-
CMYK0.440.4000.07
HSL233.71º74.47%72.35%-
HSV(B)233.71º44.3%92.94%-
XYZ34.6230.6684.21-
YUV150.43176.86114.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.78%
GREEN value IS 143 (56.25% from 255) = 27.93%
BLUE value IS 237 (92.97% from 255) = 46.29%
R=25.78%
G=27.93%
B=46.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321432370.440.4000.07233.7174.4772.35
Hex848FED2C2807ea4a48
Octal204217355545007352112110
Binary10000100100011111110110110110010100001111110101010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,143,237); }

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

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

 a { background-color: rgb(132,143,237); }

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

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

 span { border-color: rgb(132,143,237); }

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