Html Css Color HEX #849DDC Portage

📋 copy color: '#849DDC'

red 132 ◦ green 157 ◦ blue 220

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

Shades of Portage #849DDC

Tints of Portage #849DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.84%

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

R = 25.93%
G = 30.84%
B = 43.22%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#849DDC (or 0x849DDC) is known color: Portage. HEX triplet: 84, 9D and DC. RGB value is (132,157,220). Sum of RGB (Red+Green+Blue) = 132+157+220=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #849DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DDC is #7B6223. Grayscale: #9C9C9C. Windows color (decimal): -8086052 or 14458244. OLE color: 14458244.

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

Color convert

RGB 132 157 220 -
CMYK 0.40 0.29 0 0.14
HSL 222.95º 0.56% 0.69% -
HSV(B) 222.95º 0.4% 0.86% -
XYZ 34.49 34.19 72.49 -
YUV 156.71 163.72 110.38 -
System Red Green Blue C M Y K H S L
Decimal 132 157 220 0.40 0.29 0 0.14 222.95 0.56 0.69
Hex 84 9D DC 28 1D 0 E DF 38 45
Octal 204 235 334 50 35 0 16 337 70 105
Binary 10000100 10011101 11011100 101000 11101 0 1110 11011111 111000 1000101

Color Harmonies of #849DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DDC

Black with #849DDC

Text Example


Text Example

White with #849DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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