Html Css Color HEX #848BCE Portage

📋 copy color: '#848BCE'

red 132 ◦ green 139 ◦ blue 206

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

Shades of Portage #848BCE

Tints of Portage #848BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.14%

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

R = 27.67%
G = 29.14%
B = 43.19%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#848BCE (or 0x848BCE) is known color: Portage. HEX triplet: 84, 8B and CE. RGB value is (132,139,206). Sum of RGB (Red+Green+Blue) = 132+139+206=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #848BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BCE is #7B7431. Grayscale: #909090. Windows color (decimal): -8090674 or 13536132. OLE color: 13536132.

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

Color convert

RGB 132 139 206 -
CMYK 0.36 0.33 0 0.19
HSL 234.32º 0.43% 0.66% -
HSV(B) 234.32º 0.36% 0.81% -
XYZ 29.89 27.83 62.19 -
YUV 144.55 162.68 119.05 -
System Red Green Blue C M Y K H S L
Decimal 132 139 206 0.36 0.33 0 0.19 234.32 0.43 0.66
Hex 84 8B CE 24 21 0 13 EA 2B 42
Octal 204 213 316 44 41 0 23 352 53 102
Binary 10000100 10001011 11001110 100100 100001 0 10011 11101010 101011 1000010

Color Harmonies of #848BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848BCE

Black with #848BCE

Text Example


Text Example

White with #848BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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