Html Css Color HEX #849AD7 Portage

📋 copy color: '#849AD7'

red 132 ◦ green 154 ◦ blue 215

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

Shades of Portage #849AD7

Tints of Portage #849AD7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.74%

 BLUE value IS 215 (84.38% from 255) = 42.91%

R = 26.35%
G = 30.74%
B = 42.91%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#849AD7 (or 0x849AD7) is known color: Portage. HEX triplet: 84, 9A and D7. RGB value is (132,154,215). Sum of RGB (Red+Green+Blue) = 132+154+215=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #849AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849AD7 is #7B6528. Grayscale: #9A9A9A. Windows color (decimal): -8086825 or 14129796. OLE color: 14129796.

HSL color Cylindrical-coordinate representation of color #849AD7: hue angle of 224.1º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #849AD7 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 154 215 -
CMYK 0.39 0.28 0 0.16
HSL 224.1º 0.51% 0.68% -
HSV(B) 224.1º 0.39% 0.84% -
XYZ 33.34 32.92 68.89 -
YUV 154.38 162.21 112.04 -
System Red Green Blue C M Y K H S L
Decimal 132 154 215 0.39 0.28 0 0.16 224.1 0.51 0.68
Hex 84 9A D7 27 1C 0 10 E0 33 44
Octal 204 232 327 47 34 0 20 340 63 104
Binary 10000100 10011010 11010111 100111 11100 0 10000 11100000 110011 1000100

Color Harmonies of #849AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849AD7

Black with #849AD7

Text Example


Text Example

White with #849AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,154,215); }

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

background-color css

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

 a { background-color: rgb(132,154,215); }

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

border-color css

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

 span { border-color: rgb(132,154,215); }

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