Html Css Color HEX #849DFE Portage

📋 copy color: '#849DFE'

red 132 ◦ green 157 ◦ blue 254

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

Shades of Portage #849DFE

Tints of Portage #849DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.91%

 BLUE value IS 254 (99.61% from 255) = 46.78%

R = 24.31%
G = 28.91%
B = 46.78%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#849DFE (or 0x849DFE) is known color: Portage. HEX triplet: 84, 9D and FE. RGB value is (132,157,254). Sum of RGB (Red+Green+Blue) = 132+157+254=543 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.31% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #849DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849DFE is #7B6201. Grayscale: #A0A0A0. Windows color (decimal): -8086018 or 16686468. OLE color: 16686468.

HSL color Cylindrical-coordinate representation of color #849DFE: hue angle of 227.7º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #849DFE is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 132 157 254 -
CMYK 0.48 0.38 0 0.00
HSL 227.7º 0.98% 0.76% -
HSV(B) 227.7º 0.48% 1% -
XYZ 39.46 36.18 98.67 -
YUV 160.58 180.72 107.61 -
System Red Green Blue C M Y K H S L
Decimal 132 157 254 0.48 0.38 0 0.00 227.7 0.98 0.76
Hex 84 9D FE 30 26 0 0 E4 62 4C
Octal 204 235 376 60 46 0 0 344 142 114
Binary 10000100 10011101 11111110 110000 100110 0 0 11100100 1100010 1001100

Color Harmonies of #849DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DFE

Black with #849DFE

Text Example


Text Example

White with #849DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,157,254); }

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

background-color css

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

 a { background-color: rgb(132,157,254); }

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

border-color css

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

 span { border-color: rgb(132,157,254); }

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