Html Css Color HEX #849EFB Portage

📋 copy color: '#849EFB'

red 132 ◦ green 158 ◦ blue 251

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

Shades of Portage #849EFB

Tints of Portage #849EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.4%

R = 24.4%
G = 29.21%
B = 46.4%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#849EFB (or 0x849EFB) is known color: Portage. HEX triplet: 84, 9E and FB. RGB value is (132,158,251). Sum of RGB (Red+Green+Blue) = 132+158+251=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #849EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EFB is #7B6104. Grayscale: #A0A0A0. Windows color (decimal): -8085765 or 16490116. OLE color: 16490116.

HSL color Cylindrical-coordinate representation of color #849EFB: hue angle of 226.89º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #849EFB is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 158 251 -
CMYK 0.47 0.37 0 0.02
HSL 226.89º 0.94% 0.75% -
HSV(B) 226.89º 0.47% 0.98% -
XYZ 39.16 36.32 96.21 -
YUV 160.83 178.89 107.44 -
System Red Green Blue C M Y K H S L
Decimal 132 158 251 0.47 0.37 0 0.02 226.89 0.94 0.75
Hex 84 9E FB 2F 25 0 2 E3 5E 4B
Octal 204 236 373 57 45 0 2 343 136 113
Binary 10000100 10011110 11111011 101111 100101 0 10 11100011 1011110 1001011

Color Harmonies of #849EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849EFB

Black with #849EFB

Text Example


Text Example

White with #849EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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