Html Css Color HEX #849CFB Portage

📋 copy color: '#849CFB'

red 132 ◦ green 156 ◦ blue 251

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

Shades of Portage #849CFB

Tints of Portage #849CFB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.94%

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

R = 24.49%
G = 28.94%
B = 46.57%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#849CFB (or 0x849CFB) is known color: Portage. HEX triplet: 84, 9C and FB. RGB value is (132,156,251). Sum of RGB (Red+Green+Blue) = 132+156+251=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #849CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849CFB is #7B6304. Grayscale: #9F9F9F. Windows color (decimal): -8086277 or 16489604. OLE color: 16489604.

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

Color convert

RGB 132 156 251 -
CMYK 0.47 0.38 0 0.02
HSL 227.9º 0.94% 0.75% -
HSV(B) 227.9º 0.47% 0.98% -
XYZ 38.82 35.65 96.1 -
YUV 159.65 179.55 108.28 -
System Red Green Blue C M Y K H S L
Decimal 132 156 251 0.47 0.38 0 0.02 227.9 0.94 0.75
Hex 84 9C FB 2F 26 0 2 E4 5E 4B
Octal 204 234 373 57 46 0 2 344 136 113
Binary 10000100 10011100 11111011 101111 100110 0 10 11100100 1011110 1001011

Color Harmonies of #849CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849CFB

Black with #849CFB

Text Example


Text Example

White with #849CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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