Html Css Color HEX #848DDA Portage

📋 copy color: '#848DDA'

red 132 ◦ green 141 ◦ blue 218

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

Shades of Portage #848DDA

Tints of Portage #848DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 26.88%
G = 28.72%
B = 44.4%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#848DDA (or 0x848DDA) is known color: Portage. HEX triplet: 84, 8D and DA. RGB value is (132,141,218). Sum of RGB (Red+Green+Blue) = 132+141+218=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #848DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DDA is #7B7225. Grayscale: #929292. Windows color (decimal): -8090150 or 14323076. OLE color: 14323076.

HSL color Cylindrical-coordinate representation of color #848DDA: hue angle of 233.72º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #848DDA is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 141 218 -
CMYK 0.39 0.35 0 0.15
HSL 233.72º 0.54% 0.69% -
HSV(B) 233.72º 0.39% 0.85% -
XYZ 31.7 29.02 70.26 -
YUV 147.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 132 141 218 0.39 0.35 0 0.15 233.72 0.54 0.69
Hex 84 8D DA 27 23 0 F EA 36 45
Octal 204 215 332 47 43 0 17 352 66 105
Binary 10000100 10001101 11011010 100111 100011 0 1111 11101010 110110 1000101

Color Harmonies of #848DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DDA

Black with #848DDA

Text Example


Text Example

White with #848DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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