Html Css Color HEX #848EDB Portage

📋 copy color: '#848EDB'

red 132 ◦ green 142 ◦ blue 219

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

Shades of Portage #848EDB

Tints of Portage #848EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 26.77%
G = 28.8%
B = 44.42%

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

#848EDB (or 0x848EDB) is known color: Portage. HEX triplet: 84, 8E and DB. RGB value is (132,142,219). Sum of RGB (Red+Green+Blue) = 132+142+219=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #848EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848EDB is #7B7124. Grayscale: #939393. Windows color (decimal): -8089893 or 14388868. OLE color: 14388868.

HSL color Cylindrical-coordinate representation of color #848EDB: hue angle of 233.1º degrees, saturation: 0.55, 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 #848EDB is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 142 219 -
CMYK 0.40 0.35 0 0.14
HSL 233.1º 0.55% 0.69% -
HSV(B) 233.1º 0.4% 0.86% -
XYZ 31.97 29.37 71 -
YUV 147.79 168.19 116.74 -
System Red Green Blue C M Y K H S L
Decimal 132 142 219 0.40 0.35 0 0.14 233.1 0.55 0.69
Hex 84 8E DB 28 23 0 E E9 37 45
Octal 204 216 333 50 43 0 16 351 67 105
Binary 10000100 10001110 11011011 101000 100011 0 1110 11101001 110111 1000101

Color Harmonies of #848EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848EDB

Black with #848EDB

Text Example


Text Example

White with #848EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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