Html Css Color HEX #849AD8 Portage

📋 copy color: '#849AD8'

red 132 ◦ green 154 ◦ blue 216

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

Shades of Portage #849AD8

Tints of Portage #849AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.03%

R = 26.29%
G = 30.68%
B = 43.03%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#849AD8 (or 0x849AD8) is known color: Portage. HEX triplet: 84, 9A and D8. RGB value is (132,154,216). Sum of RGB (Red+Green+Blue) = 132+154+216=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #849AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849AD8 is #7B6527. Grayscale: #9A9A9A. Windows color (decimal): -8086824 or 14195332. OLE color: 14195332.

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

Color convert

RGB 132 154 216 -
CMYK 0.39 0.29 0 0.15
HSL 224.29º 0.52% 0.68% -
HSV(B) 224.29º 0.39% 0.85% -
XYZ 33.47 32.97 69.57 -
YUV 154.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 132 154 216 0.39 0.29 0 0.15 224.29 0.52 0.68
Hex 84 9A D8 27 1D 0 F E0 34 44
Octal 204 232 330 47 35 0 17 340 64 104
Binary 10000100 10011010 11011000 100111 11101 0 1111 11100000 110100 1000100

Color Harmonies of #849AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849AD8

Black with #849AD8

Text Example


Text Example

White with #849AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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