Html Css Color HEX #849FDC Portage

📋 copy color: '#849FDC'

red 132 ◦ green 159 ◦ blue 220

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

Shades of Portage #849FDC

Tints of Portage #849FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.12%

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

R = 25.83%
G = 31.12%
B = 43.05%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#849FDC (or 0x849FDC) is known color: Portage. HEX triplet: 84, 9F and DC. RGB value is (132,159,220). Sum of RGB (Red+Green+Blue) = 132+159+220=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #849FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FDC is #7B6023. Grayscale: #9D9D9D. Windows color (decimal): -8085540 or 14458756. OLE color: 14458756.

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

Color convert

RGB 132 159 220 -
CMYK 0.40 0.28 0 0.14
HSL 221.59º 0.56% 0.69% -
HSV(B) 221.59º 0.4% 0.86% -
XYZ 34.83 34.87 72.6 -
YUV 157.88 163.05 109.54 -
System Red Green Blue C M Y K H S L
Decimal 132 159 220 0.40 0.28 0 0.14 221.59 0.56 0.69
Hex 84 9F DC 28 1C 0 E DE 38 45
Octal 204 237 334 50 34 0 16 336 70 105
Binary 10000100 10011111 11011100 101000 11100 0 1110 11011110 111000 1000101

Color Harmonies of #849FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FDC

Black with #849FDC

Text Example


Text Example

White with #849FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849FDC; }

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

 H1.HeaderClassName
 {
   color: #849FDC;
 }
 .AnyTagClassName
 {
   color: #849FDC;
 }
</style>

background-color css

<style>
 a { background-color: #849FDC; }

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

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

border-color css

<style>
 span { border-color: #849FDC; }

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

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