Html Css Color HEX #849AFC Portage

📋 copy color: '#849AFC'

red 132 ◦ green 154 ◦ blue 252

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

Shades of Portage #849AFC

Tints of Portage #849AFC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.62%

 BLUE value IS 252 (98.83% from 255) = 46.84%

R = 24.54%
G = 28.62%
B = 46.84%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#849AFC (or 0x849AFC) is known color: Portage. HEX triplet: 84, 9A and FC. RGB value is (132,154,252). Sum of RGB (Red+Green+Blue) = 132+154+252=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #849AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849AFC is #7B6503. Grayscale: #9E9E9E. Windows color (decimal): -8086788 or 16554628. OLE color: 16554628.

HSL color Cylindrical-coordinate representation of color #849AFC: hue angle of 229º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #849AFC is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 154 252 -
CMYK 0.48 0.39 0 0.01
HSL 229º 0.95% 0.75% -
HSV(B) 229º 0.48% 0.99% -
XYZ 38.64 35.05 96.82 -
YUV 158.59 180.71 109.03 -
System Red Green Blue C M Y K H S L
Decimal 132 154 252 0.48 0.39 0 0.01 229 0.95 0.75
Hex 84 9A FC 30 27 0 1 E5 5F 4B
Octal 204 232 374 60 47 0 1 345 137 113
Binary 10000100 10011010 11111100 110000 100111 0 1 11100101 1011111 1001011

Color Harmonies of #849AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849AFC

Black with #849AFC

Text Example


Text Example

White with #849AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,154,252); }

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

background-color css

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

 a { background-color: rgb(132,154,252); }

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

border-color css

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

 span { border-color: rgb(132,154,252); }

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