Html Css Color HEX #849FDD Portage

📋 copy color: '#849FDD'

red 132 ◦ green 159 ◦ blue 221

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

Shades of Portage #849FDD

Tints of Portage #849FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 25.78%
G = 31.05%
B = 43.16%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#849FDD (or 0x849FDD) is known color: Portage. HEX triplet: 84, 9F and DD. RGB value is (132,159,221). Sum of RGB (Red+Green+Blue) = 132+159+221=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #849FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FDD is #7B6022. Grayscale: #9D9D9D. Windows color (decimal): -8085539 or 14524292. OLE color: 14524292.

HSL color Cylindrical-coordinate representation of color #849FDD: hue angle of 221.8º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #849FDD is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 159 221 -
CMYK 0.40 0.28 0 0.13
HSL 221.8º 0.57% 0.69% -
HSV(B) 221.8º 0.4% 0.87% -
XYZ 34.97 34.92 73.3 -
YUV 158 163.55 109.46 -
System Red Green Blue C M Y K H S L
Decimal 132 159 221 0.40 0.28 0 0.13 221.8 0.57 0.69
Hex 84 9F DD 28 1C 0 D DE 39 45
Octal 204 237 335 50 34 0 15 336 71 105
Binary 10000100 10011111 11011101 101000 11100 0 1101 11011110 111001 1000101

Color Harmonies of #849FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FDD

Black with #849FDD

Text Example


Text Example

White with #849FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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