Html Css Color HEX #84A0DC Portage

📋 copy color: '#84A0DC'

red 132 ◦ green 160 ◦ blue 220

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

Shades of Portage #84A0DC

Tints of Portage #84A0DC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.25%

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

R = 25.78%
G = 31.25%
B = 42.97%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#84A0DC (or 0x84A0DC) is known color: Portage. HEX triplet: 84, A0 and DC. RGB value is (132,160,220). Sum of RGB (Red+Green+Blue) = 132+160+220=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #84A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A0DC is #7B5F23. Grayscale: #9E9E9E. Windows color (decimal): -8085284 or 14459012. OLE color: 14459012.

HSL color Cylindrical-coordinate representation of color #84A0DC: hue angle of 220.91º 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 #84A0DC is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 160 220 -
CMYK 0.40 0.27 0 0.14
HSL 220.91º 0.56% 0.69% -
HSV(B) 220.91º 0.4% 0.86% -
XYZ 35 35.21 72.66 -
YUV 158.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 132 160 220 0.40 0.27 0 0.14 220.91 0.56 0.69
Hex 84 A0 DC 28 1B 0 E DD 38 45
Octal 204 240 334 50 33 0 16 335 70 105
Binary 10000100 10100000 11011100 101000 11011 0 1110 11011101 111000 1000101

Color Harmonies of #84A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A0DC

Black with #84A0DC

Text Example


Text Example

White with #84A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84A0DC; }

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

 H1.HeaderClassName
 {
   color: #84A0DC;
 }
 .AnyTagClassName
 {
   color: #84A0DC;
 }
</style>

background-color css

<style>
 a { background-color: #84A0DC; }

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

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

border-color css

<style>
 span { border-color: #84A0DC; }

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

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