Html Css Color HEX #849FE9 Portage

📋 copy color: '#849FE9'

red 132 ◦ green 159 ◦ blue 233

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

Shades of Portage #849FE9

Tints of Portage #849FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 44.47%

R = 25.19%
G = 30.34%
B = 44.47%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#849FE9 (or 0x849FE9) is known color: Portage. HEX triplet: 84, 9F and E9. RGB value is (132,159,233). Sum of RGB (Red+Green+Blue) = 132+159+233=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #849FE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849FE9 is #7B6016. Grayscale: #9F9F9F. Windows color (decimal): -8085527 or 15310724. OLE color: 15310724.

HSL color Cylindrical-coordinate representation of color #849FE9: hue angle of 223.96º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #849FE9 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 132 159 233 -
CMYK 0.43 0.32 0 0.09
HSL 223.96º 0.7% 0.72% -
HSV(B) 223.96º 0.43% 0.91% -
XYZ 36.62 35.59 82.03 -
YUV 159.36 169.55 108.48 -
System Red Green Blue C M Y K H S L
Decimal 132 159 233 0.43 0.32 0 0.09 223.96 0.7 0.72
Hex 84 9F E9 2B 20 0 9 E0 46 48
Octal 204 237 351 53 40 0 11 340 106 110
Binary 10000100 10011111 11101001 101011 100000 0 1001 11100000 1000110 1001000

Color Harmonies of #849FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FE9

Black with #849FE9

Text Example


Text Example

White with #849FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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