Html Css Color HEX #849ACF Portage

📋 copy color: '#849ACF'

red 132 ◦ green 154 ◦ blue 207

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

Shades of Portage #849ACF

Tints of Portage #849ACF

RGB

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

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

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

R = 26.77%
G = 31.24%
B = 41.99%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#849ACF (or 0x849ACF) is known color: Portage. HEX triplet: 84, 9A and CF. RGB value is (132,154,207). Sum of RGB (Red+Green+Blue) = 132+154+207=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #849ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ACF is #7B6530. Grayscale: #999999. Windows color (decimal): -8086833 or 13605508. OLE color: 13605508.

HSL color Cylindrical-coordinate representation of color #849ACF: hue angle of 222.4º 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 #849ACF is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 154 207 -
CMYK 0.36 0.26 0 0.19
HSL 222.4º 0.44% 0.66% -
HSV(B) 222.4º 0.36% 0.81% -
XYZ 32.33 32.52 63.6 -
YUV 153.46 158.21 112.69 -
System Red Green Blue C M Y K H S L
Decimal 132 154 207 0.36 0.26 0 0.19 222.4 0.44 0.66
Hex 84 9A CF 24 1A 0 13 DE 2C 42
Octal 204 232 317 44 32 0 23 336 54 102
Binary 10000100 10011010 11001111 100100 11010 0 10011 11011110 101100 1000010

Color Harmonies of #849ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849ACF

Black with #849ACF

Text Example


Text Example

White with #849ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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