Html Css Color HEX #849DFB Portage

📋 copy color: '#849DFB'

red 132 ◦ green 157 ◦ blue 251

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

Shades of Portage #849DFB

Tints of Portage #849DFB

RGB

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

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

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

R = 24.44%
G = 29.07%
B = 46.48%

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

#849DFB (or 0x849DFB) is known color: Portage. HEX triplet: 84, 9D and FB. RGB value is (132,157,251). Sum of RGB (Red+Green+Blue) = 132+157+251=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #849DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849DFB is #7B6204. Grayscale: #9F9F9F. Windows color (decimal): -8086021 or 16489860. OLE color: 16489860.

HSL color Cylindrical-coordinate representation of color #849DFB: hue angle of 227.39º 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 #849DFB is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 157 251 -
CMYK 0.47 0.37 0 0.02
HSL 227.4º 0.94% 0.75% -
HSV(B) 227.4º 0.47% 0.98% -
XYZ 38.99 35.98 96.16 -
YUV 160.24 179.22 107.86 -
System Red Green Blue C M Y K H S L
Decimal 132 157 251 0.47 0.37 0 0.02 227.4 0.94 0.75
Hex 84 9D FB 2F 25 0 2 E3 5E 4B
Octal 204 235 373 57 45 0 2 343 136 113
Binary 10000100 10011101 11111011 101111 100101 0 10 11100011 1011110 1001011

Color Harmonies of #849DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DFB

Black with #849DFB

Text Example


Text Example

White with #849DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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