Html Css Color HEX #849FF0 Portage

📋 copy color: '#849FF0'

red 132 ◦ green 159 ◦ blue 240

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

Shades of Portage #849FF0

Tints of Portage #849FF0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.94%

 BLUE value IS 240 (94.14% from 255) = 45.2%

R = 24.86%
G = 29.94%
B = 45.2%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#849FF0 (or 0x849FF0) is known color: Portage. HEX triplet: 84, 9F and F0. RGB value is (132,159,240). Sum of RGB (Red+Green+Blue) = 132+159+240=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #849FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849FF0 is #7B600F. Grayscale: #9F9F9F. Windows color (decimal): -8085520 or 15769476. OLE color: 15769476.

HSL color Cylindrical-coordinate representation of color #849FF0: hue angle of 225º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #849FF0 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 159 240 -
CMYK 0.45 0.34 0 0.06
HSL 225º 0.78% 0.73% -
HSV(B) 225º 0.45% 0.94% -
XYZ 37.64 35.99 87.4 -
YUV 160.16 173.05 107.91 -
System Red Green Blue C M Y K H S L
Decimal 132 159 240 0.45 0.34 0 0.06 225 0.78 0.73
Hex 84 9F F0 2D 22 0 6 E1 4E 49
Octal 204 237 360 55 42 0 6 341 116 111
Binary 10000100 10011111 11110000 101101 100010 0 110 11100001 1001110 1001001

Color Harmonies of #849FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FF0

Black with #849FF0

Text Example


Text Example

White with #849FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,159,240); }

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

background-color css

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

 a { background-color: rgb(132,159,240); }

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

border-color css

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

 span { border-color: rgb(132,159,240); }

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