Html Css Color HEX #849FDF Portage

📋 copy color: '#849FDF'

red 132 ◦ green 159 ◦ blue 223

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

Shades of Portage #849FDF

Tints of Portage #849FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 25.68%
G = 30.93%
B = 43.39%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#849FDF (or 0x849FDF) is known color: Portage. HEX triplet: 84, 9F and DF. RGB value is (132,159,223). Sum of RGB (Red+Green+Blue) = 132+159+223=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #849FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FDF is #7B6020. Grayscale: #9D9D9D. Windows color (decimal): -8085537 or 14655364. OLE color: 14655364.

HSL color Cylindrical-coordinate representation of color #849FDF: hue angle of 222.2º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #849FDF is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 159 223 -
CMYK 0.41 0.29 0 0.13
HSL 222.2º 0.59% 0.7% -
HSV(B) 222.2º 0.41% 0.87% -
XYZ 35.23 35.03 74.72 -
YUV 158.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 132 159 223 0.41 0.29 0 0.13 222.2 0.59 0.7
Hex 84 9F DF 29 1D 0 D DE 3B 46
Octal 204 237 337 51 35 0 15 336 73 106
Binary 10000100 10011111 11011111 101001 11101 0 1101 11011110 111011 1000110

Color Harmonies of #849FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FDF

Black with #849FDF

Text Example


Text Example

White with #849FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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