Html Css Color HEX #849EFE Portage

📋 copy color: '#849EFE'

red 132 ◦ green 158 ◦ blue 254

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

Shades of Portage #849EFE

Tints of Portage #849EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.04%

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

R = 24.26%
G = 29.04%
B = 46.69%

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

#849EFE (or 0x849EFE) is known color: Portage. HEX triplet: 84, 9E and FE. RGB value is (132,158,254). Sum of RGB (Red+Green+Blue) = 132+158+254=544 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.26% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #849EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EFE is #7B6101. Grayscale: #A0A0A0. Windows color (decimal): -8085762 or 16686724. OLE color: 16686724.

HSL color Cylindrical-coordinate representation of color #849EFE: hue angle of 227.21º 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 #849EFE is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 132 158 254 -
CMYK 0.48 0.38 0 0.00
HSL 227.21º 0.98% 0.76% -
HSV(B) 227.21º 0.48% 1% -
XYZ 39.63 36.52 98.73 -
YUV 161.17 180.39 107.19 -
System Red Green Blue C M Y K H S L
Decimal 132 158 254 0.48 0.38 0 0.00 227.21 0.98 0.76
Hex 84 9E FE 30 26 0 0 E3 62 4C
Octal 204 236 376 60 46 0 0 343 142 114
Binary 10000100 10011110 11111110 110000 100110 0 0 11100011 1100010 1001100

Color Harmonies of #849EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849EFE

Black with #849EFE

Text Example


Text Example

White with #849EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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