Html Css Color HEX #849DDA Portage

📋 copy color: '#849DDA'

red 132 ◦ green 157 ◦ blue 218

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

Shades of Portage #849DDA

Tints of Portage #849DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 26.04%
G = 30.97%
B = 43%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#849DDA (or 0x849DDA) is known color: Portage. HEX triplet: 84, 9D and DA. RGB value is (132,157,218). Sum of RGB (Red+Green+Blue) = 132+157+218=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #849DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849DDA is #7B6225. Grayscale: #9C9C9C. Windows color (decimal): -8086054 or 14327172. OLE color: 14327172.

HSL color Cylindrical-coordinate representation of color #849DDA: hue angle of 222.56º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #849DDA is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 157 218 -
CMYK 0.39 0.28 0 0.15
HSL 222.56º 0.54% 0.69% -
HSV(B) 222.56º 0.39% 0.85% -
XYZ 34.23 34.08 71.1 -
YUV 156.48 162.72 110.54 -
System Red Green Blue C M Y K H S L
Decimal 132 157 218 0.39 0.28 0 0.15 222.56 0.54 0.69
Hex 84 9D DA 27 1C 0 F DF 36 45
Octal 204 235 332 47 34 0 17 337 66 105
Binary 10000100 10011101 11011010 100111 11100 0 1111 11011111 110110 1000101

Color Harmonies of #849DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DDA

Black with #849DDA

Text Example


Text Example

White with #849DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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