Html Css Color HEX #848DD8 Portage

📋 copy color: '#848DD8'

red 132 ◦ green 141 ◦ blue 216

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

Shades of Portage #848DD8

Tints of Portage #848DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.17%

R = 26.99%
G = 28.83%
B = 44.17%

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

#848DD8 (or 0x848DD8) is known color: Portage. HEX triplet: 84, 8D and D8. RGB value is (132,141,216). Sum of RGB (Red+Green+Blue) = 132+141+216=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #848DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DD8 is #7B7227. Grayscale: #929292. Windows color (decimal): -8090152 or 14192004. OLE color: 14192004.

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

Color convert

RGB 132 141 216 -
CMYK 0.39 0.35 0 0.15
HSL 233.57º 0.52% 0.68% -
HSV(B) 233.57º 0.39% 0.85% -
XYZ 31.44 28.91 68.89 -
YUV 146.86 167.02 117.4 -
System Red Green Blue C M Y K H S L
Decimal 132 141 216 0.39 0.35 0 0.15 233.57 0.52 0.68
Hex 84 8D D8 27 23 0 F EA 34 44
Octal 204 215 330 47 43 0 17 352 64 104
Binary 10000100 10001101 11011000 100111 100011 0 1111 11101010 110100 1000100

Color Harmonies of #848DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DD8

Black with #848DD8

Text Example


Text Example

White with #848DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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