Html Css Color HEX #848DDC Portage

📋 copy color: '#848DDC'

red 132 ◦ green 141 ◦ blue 220

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

Shades of Portage #848DDC

Tints of Portage #848DDC

RGB

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

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

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

R = 26.77%
G = 28.6%
B = 44.62%

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

#848DDC (or 0x848DDC) is known color: Portage. HEX triplet: 84, 8D and DC. RGB value is (132,141,220). Sum of RGB (Red+Green+Blue) = 132+141+220=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #848DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DDC is #7B7223. Grayscale: #929292. Windows color (decimal): -8090148 or 14454148. OLE color: 14454148.

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

Color convert

RGB 132 141 220 -
CMYK 0.40 0.36 0 0.14
HSL 233.86º 0.56% 0.69% -
HSV(B) 233.86º 0.4% 0.86% -
XYZ 31.96 29.12 71.65 -
YUV 147.32 169.02 117.08 -
System Red Green Blue C M Y K H S L
Decimal 132 141 220 0.40 0.36 0 0.14 233.86 0.56 0.69
Hex 84 8D DC 28 24 0 E EA 38 45
Octal 204 215 334 50 44 0 16 352 70 105
Binary 10000100 10001101 11011100 101000 100100 0 1110 11101010 111000 1000101

Color Harmonies of #848DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DDC

Black with #848DDC

Text Example


Text Example

White with #848DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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