Html Css Color HEX #848BCC Portage

📋 copy color: '#848BCC'

red 132 ◦ green 139 ◦ blue 204

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

Shades of Portage #848BCC

Tints of Portage #848BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 27.79%
G = 29.26%
B = 42.95%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#848BCC (or 0x848BCC) is known color: Portage. HEX triplet: 84, 8B and CC. RGB value is (132,139,204). Sum of RGB (Red+Green+Blue) = 132+139+204=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #848BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BCC is #7B7433. Grayscale: #909090. Windows color (decimal): -8090676 or 13405060. OLE color: 13405060.

HSL color Cylindrical-coordinate representation of color #848BCC: hue angle of 234.17º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #848BCC is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 139 204 -
CMYK 0.35 0.32 0 0.2
HSL 234.17º 0.41% 0.66% -
HSV(B) 234.17º 0.35% 0.8% -
XYZ 29.65 27.73 60.92 -
YUV 144.32 161.68 119.21 -
System Red Green Blue C M Y K H S L
Decimal 132 139 204 0.35 0.32 0 0.2 234.17 0.41 0.66
Hex 84 8B CC 23 20 0 14 EA 29 42
Octal 204 213 314 43 40 0 24 352 51 102
Binary 10000100 10001011 11001100 100011 100000 0 10100 11101010 101001 1000010

Color Harmonies of #848BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848BCC

Black with #848BCC

Text Example


Text Example

White with #848BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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