Html Css Color HEX #848DEC Portage

📋 copy color: '#848DEC'

red 132 ◦ green 141 ◦ blue 236

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

Shades of Portage #848DEC

Tints of Portage #848DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 25.93%
G = 27.7%
B = 46.37%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#848DEC (or 0x848DEC) is known color: Portage. HEX triplet: 84, 8D and EC. RGB value is (132,141,236). Sum of RGB (Red+Green+Blue) = 132+141+236=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #848DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848DEC is #7B7213. Grayscale: #949494. Windows color (decimal): -8090132 or 15502724. OLE color: 15502724.

HSL color Cylindrical-coordinate representation of color #848DEC: hue angle of 234.81º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #848DEC is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 141 236 -
CMYK 0.44 0.40 0 0.07
HSL 234.81º 0.73% 0.72% -
HSV(B) 234.81º 0.44% 0.93% -
XYZ 34.18 30.01 83.35 -
YUV 149.14 177.02 115.78 -
System Red Green Blue C M Y K H S L
Decimal 132 141 236 0.44 0.40 0 0.07 234.81 0.73 0.72
Hex 84 8D EC 2C 28 0 7 EB 49 48
Octal 204 215 354 54 50 0 7 353 111 110
Binary 10000100 10001101 11101100 101100 101000 0 111 11101011 1001001 1001000

Color Harmonies of #848DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DEC

Black with #848DEC

Text Example


Text Example

White with #848DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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