Html Css Color HEX #848DCE Portage

📋 copy color: '#848DCE'

red 132 ◦ green 141 ◦ blue 206

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

Shades of Portage #848DCE

Tints of Portage #848DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 27.56%
G = 29.44%
B = 43.01%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#848DCE (or 0x848DCE) is known color: Portage. HEX triplet: 84, 8D and CE. RGB value is (132,141,206). Sum of RGB (Red+Green+Blue) = 132+141+206=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #848DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DCE is #7B7231. Grayscale: #919191. Windows color (decimal): -8090162 or 13536644. OLE color: 13536644.

HSL color Cylindrical-coordinate representation of color #848DCE: hue angle of 232.7º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #848DCE is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 141 206 -
CMYK 0.36 0.32 0 0.19
HSL 232.7º 0.43% 0.66% -
HSV(B) 232.7º 0.36% 0.81% -
XYZ 30.18 28.41 62.29 -
YUV 145.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 132 141 206 0.36 0.32 0 0.19 232.7 0.43 0.66
Hex 84 8D CE 24 20 0 13 E9 2B 42
Octal 204 215 316 44 40 0 23 351 53 102
Binary 10000100 10001101 11001110 100100 100000 0 10011 11101001 101011 1000010

Color Harmonies of #848DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DCE

Black with #848DCE

Text Example


Text Example

White with #848DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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