Html Css Color HEX #849FEE Portage

📋 copy color: '#849FEE'

red 132 ◦ green 159 ◦ blue 238

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

Shades of Portage #849FEE

Tints of Portage #849FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.99%

R = 24.95%
G = 30.06%
B = 44.99%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#849FEE (or 0x849FEE) is known color: Portage. HEX triplet: 84, 9F and EE. RGB value is (132,159,238). Sum of RGB (Red+Green+Blue) = 132+159+238=529 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.95% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #849FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849FEE is #7B6011. Grayscale: #9F9F9F. Windows color (decimal): -8085522 or 15638404. OLE color: 15638404.

HSL color Cylindrical-coordinate representation of color #849FEE: hue angle of 224.72º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #849FEE is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 159 238 -
CMYK 0.45 0.33 0 0.07
HSL 224.72º 0.76% 0.73% -
HSV(B) 224.72º 0.45% 0.93% -
XYZ 37.35 35.87 85.85 -
YUV 159.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 132 159 238 0.45 0.33 0 0.07 224.72 0.76 0.73
Hex 84 9F EE 2D 21 0 7 E1 4C 49
Octal 204 237 356 55 41 0 7 341 114 111
Binary 10000100 10011111 11101110 101101 100001 0 111 11100001 1001100 1001001

Color Harmonies of #849FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FEE

Black with #849FEE

Text Example


Text Example

White with #849FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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