Html Css Color HEX #848EDC Portage

📋 copy color: '#848EDC'

red 132 ◦ green 142 ◦ blue 220

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

Shades of Portage #848EDC

Tints of Portage #848EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 26.72%
G = 28.74%
B = 44.53%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#848EDC (or 0x848EDC) is known color: Portage. HEX triplet: 84, 8E and DC. RGB value is (132,142,220). Sum of RGB (Red+Green+Blue) = 132+142+220=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #848EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848EDC is #7B7123. Grayscale: #939393. Windows color (decimal): -8089892 or 14454404. OLE color: 14454404.

HSL color Cylindrical-coordinate representation of color #848EDC: hue angle of 233.18º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #848EDC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 142 220 -
CMYK 0.40 0.35 0 0.14
HSL 233.18º 0.56% 0.69% -
HSV(B) 233.18º 0.4% 0.86% -
XYZ 32.11 29.42 71.7 -
YUV 147.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 132 142 220 0.40 0.35 0 0.14 233.18 0.56 0.69
Hex 84 8E DC 28 23 0 E E9 38 45
Octal 204 216 334 50 43 0 16 351 70 105
Binary 10000100 10001110 11011100 101000 100011 0 1110 11101001 111000 1000101

Color Harmonies of #848EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848EDC

Black with #848EDC

Text Example


Text Example

White with #848EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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