Html Css Color HEX #849DFC Portage

📋 copy color: '#849DFC'

red 132 ◦ green 157 ◦ blue 252

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

Shades of Portage #849DFC

Tints of Portage #849DFC

RGB

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

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

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

R = 24.4%
G = 29.02%
B = 46.58%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#849DFC (or 0x849DFC) is known color: Portage. HEX triplet: 84, 9D and FC. RGB value is (132,157,252). Sum of RGB (Red+Green+Blue) = 132+157+252=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #849DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849DFC is #7B6203. Grayscale: #9F9F9F. Windows color (decimal): -8086020 or 16555396. OLE color: 16555396.

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

Color convert

RGB 132 157 252 -
CMYK 0.48 0.38 0 0.01
HSL 227.5º 0.95% 0.75% -
HSV(B) 227.5º 0.48% 0.99% -
XYZ 39.14 36.05 96.99 -
YUV 160.36 179.72 107.78 -
System Red Green Blue C M Y K H S L
Decimal 132 157 252 0.48 0.38 0 0.01 227.5 0.95 0.75
Hex 84 9D FC 30 26 0 1 E4 5F 4B
Octal 204 235 374 60 46 0 1 344 137 113
Binary 10000100 10011101 11111100 110000 100110 0 1 11100100 1011111 1001011

Color Harmonies of #849DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DFC

Black with #849DFC

Text Example


Text Example

White with #849DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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