Html Css Color HEX #848DDD Portage

📋 copy color: '#848DDD'

red 132 ◦ green 141 ◦ blue 221

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

Shades of Portage #848DDD

Tints of Portage #848DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 26.72%
G = 28.54%
B = 44.74%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#848DDD (or 0x848DDD) is known color: Portage. HEX triplet: 84, 8D and DD. RGB value is (132,141,221). Sum of RGB (Red+Green+Blue) = 132+141+221=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #848DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DDD is #7B7222. Grayscale: #939393. Windows color (decimal): -8090147 or 14519684. OLE color: 14519684.

HSL color Cylindrical-coordinate representation of color #848DDD: hue angle of 233.93º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #848DDD is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 141 221 -
CMYK 0.40 0.36 0 0.13
HSL 233.93º 0.57% 0.69% -
HSV(B) 233.93º 0.4% 0.87% -
XYZ 32.09 29.18 72.35 -
YUV 147.43 169.52 117 -
System Red Green Blue C M Y K H S L
Decimal 132 141 221 0.40 0.36 0 0.13 233.93 0.57 0.69
Hex 84 8D DD 28 24 0 D EA 39 45
Octal 204 215 335 50 44 0 15 352 71 105
Binary 10000100 10001101 11011101 101000 100100 0 1101 11101010 111001 1000101

Color Harmonies of #848DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DDD

Black with #848DDD

Text Example


Text Example

White with #848DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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