Html Css Color HEX #849FEB Portage

📋 copy color: '#849FEB'

red 132 ◦ green 159 ◦ blue 235

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

Shades of Portage #849FEB

Tints of Portage #849FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 25.1%
G = 30.23%
B = 44.68%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#849FEB (or 0x849FEB) is known color: Portage. HEX triplet: 84, 9F and EB. RGB value is (132,159,235). Sum of RGB (Red+Green+Blue) = 132+159+235=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #849FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849FEB is #7B6014. Grayscale: #9F9F9F. Windows color (decimal): -8085525 or 15441796. OLE color: 15441796.

HSL color Cylindrical-coordinate representation of color #849FEB: hue angle of 224.27º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #849FEB is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 159 235 -
CMYK 0.44 0.32 0 0.08
HSL 224.27º 0.72% 0.72% -
HSV(B) 224.27º 0.44% 0.92% -
XYZ 36.91 35.7 83.54 -
YUV 159.59 170.55 108.32 -
System Red Green Blue C M Y K H S L
Decimal 132 159 235 0.44 0.32 0 0.08 224.27 0.72 0.72
Hex 84 9F EB 2C 20 0 8 E0 48 48
Octal 204 237 353 54 40 0 10 340 110 110
Binary 10000100 10011111 11101011 101100 100000 0 1000 11100000 1001000 1001000

Color Harmonies of #849FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FEB

Black with #849FEB

Text Example


Text Example

White with #849FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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