Html Css Color HEX #848EEC Portage

📋 copy color: '#848EEC'

red 132 ◦ green 142 ◦ blue 236

#848EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #848EEC

Tints of Portage #848EEC

RGB

 RED value IS 132 (51.95% from 255) = 25.88%

 GREEN value IS 142 (55.86% from 255) = 27.84%

 BLUE value IS 236 (92.58% from 255) = 46.27%

R = 25.88%
G = 27.84%
B = 46.27%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#848EEC (or 0x848EEC) is known color: Portage. HEX triplet: 84, 8E and EC. RGB value is (132,142,236). Sum of RGB (Red+Green+Blue) = 132+142+236=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #848EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848EEC is #7B7113. Grayscale: #959595. Windows color (decimal): -8089876 or 15502980. OLE color: 15502980.

HSL color Cylindrical-coordinate representation of color #848EEC: hue angle of 234.23º degrees, saturation: 0.73, 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 #848EEC is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 142 236 -
CMYK 0.44 0.40 0 0.07
HSL 234.23º 0.73% 0.72% -
HSV(B) 234.23º 0.44% 0.93% -
XYZ 34.33 30.31 83.4 -
YUV 149.73 176.69 115.36 -
System Red Green Blue C M Y K H S L
Decimal 132 142 236 0.44 0.40 0 0.07 234.23 0.73 0.72
Hex 84 8E EC 2C 28 0 7 EA 49 48
Octal 204 216 354 54 50 0 7 352 111 110
Binary 10000100 10001110 11101100 101100 101000 0 111 11101010 1001001 1001000

Color Harmonies of #848EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848EEC

Black with #848EEC

Text Example


Text Example

White with #848EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,142,236); }

 H1.HeaderClassName
 {
   color: #848EEC;
 }
 .AnyTagClassName
 {
   color: #848EEC;
 }
</style>

background-color css

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

 a { background-color: rgb(132,142,236); }

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

border-color css

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

 span { border-color: rgb(132,142,236); }

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