Html Css Color HEX #848DDB Portage

📋 copy color: '#848DDB'

red 132 ◦ green 141 ◦ blue 219

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

Shades of Portage #848DDB

Tints of Portage #848DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.66%

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

R = 26.83%
G = 28.66%
B = 44.51%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#848DDB (or 0x848DDB) is known color: Portage. HEX triplet: 84, 8D and DB. RGB value is (132,141,219). Sum of RGB (Red+Green+Blue) = 132+141+219=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #848DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DDB is #7B7224. Grayscale: #929292. Windows color (decimal): -8090149 or 14388612. OLE color: 14388612.

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

Color convert

RGB 132 141 219 -
CMYK 0.40 0.36 0 0.14
HSL 233.79º 0.55% 0.69% -
HSV(B) 233.79º 0.4% 0.86% -
XYZ 31.83 29.07 70.95 -
YUV 147.2 168.52 117.16 -
System Red Green Blue C M Y K H S L
Decimal 132 141 219 0.40 0.36 0 0.14 233.79 0.55 0.69
Hex 84 8D DB 28 24 0 E EA 37 45
Octal 204 215 333 50 44 0 16 352 67 105
Binary 10000100 10001101 11011011 101000 100100 0 1110 11101010 110111 1000101

Color Harmonies of #848DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DDB

Black with #848DDB

Text Example


Text Example

White with #848DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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