Html Css Color HEX #848CDC Portage

📋 copy color: '#848CDC'

red 132 ◦ green 140 ◦ blue 220

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

Shades of Portage #848CDC

Tints of Portage #848CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.46%

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 26.83%
G = 28.46%
B = 44.72%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#848CDC (or 0x848CDC) is known color: Portage. HEX triplet: 84, 8C and DC. RGB value is (132,140,220). Sum of RGB (Red+Green+Blue) = 132+140+220=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #848CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848CDC is #7B7323. Grayscale: #929292. Windows color (decimal): -8090404 or 14453892. OLE color: 14453892.

HSL color Cylindrical-coordinate representation of color #848CDC: hue angle of 234.55º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #848CDC is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 140 220 -
CMYK 0.40 0.36 0 0.14
HSL 234.55º 0.56% 0.69% -
HSV(B) 234.55º 0.4% 0.86% -
XYZ 31.81 28.83 71.6 -
YUV 146.73 169.35 117.5 -
System Red Green Blue C M Y K H S L
Decimal 132 140 220 0.40 0.36 0 0.14 234.55 0.56 0.69
Hex 84 8C DC 28 24 0 E EB 38 45
Octal 204 214 334 50 44 0 16 353 70 105
Binary 10000100 10001100 11011100 101000 100100 0 1110 11101011 111000 1000101

Color Harmonies of #848CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848CDC

Black with #848CDC

Text Example


Text Example

White with #848CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,140,220); }

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

background-color css

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

 a { background-color: rgb(132,140,220); }

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

border-color css

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

 span { border-color: rgb(132,140,220); }

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