Html Css Color HEX #849BCF Portage

📋 copy color: '#849BCF'

red 132 ◦ green 155 ◦ blue 207

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

Shades of Portage #849BCF

Tints of Portage #849BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.38%

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 26.72%
G = 31.38%
B = 41.9%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#849BCF (or 0x849BCF) is known color: Portage. HEX triplet: 84, 9B and CF. RGB value is (132,155,207). Sum of RGB (Red+Green+Blue) = 132+155+207=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #849BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BCF is #7B6430. Grayscale: #999999. Windows color (decimal): -8086577 or 13605764. OLE color: 13605764.

HSL color Cylindrical-coordinate representation of color #849BCF: hue angle of 221.6º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #849BCF is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 155 207 -
CMYK 0.36 0.25 0 0.19
HSL 221.6º 0.44% 0.66% -
HSV(B) 221.6º 0.36% 0.81% -
XYZ 32.5 32.85 63.66 -
YUV 154.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 132 155 207 0.36 0.25 0 0.19 221.6 0.44 0.66
Hex 84 9B CF 24 19 0 13 DE 2C 42
Octal 204 233 317 44 31 0 23 336 54 102
Binary 10000100 10011011 11001111 100100 11001 0 10011 11011110 101100 1000010

Color Harmonies of #849BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849BCF

Black with #849BCF

Text Example


Text Example

White with #849BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,155,207); }

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

background-color css

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

 a { background-color: rgb(132,155,207); }

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

border-color css

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

 span { border-color: rgb(132,155,207); }

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