Html Css Color HEX #849CEB Portage

📋 copy color: '#849CEB'

red 132 ◦ green 156 ◦ blue 235

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

Shades of Portage #849CEB

Tints of Portage #849CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.83%

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 25.24%
G = 29.83%
B = 44.93%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#849CEB (or 0x849CEB) is known color: Portage. HEX triplet: 84, 9C and EB. RGB value is (132,156,235). Sum of RGB (Red+Green+Blue) = 132+156+235=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #849CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849CEB is #7B6314. Grayscale: #9D9D9D. Windows color (decimal): -8086293 or 15441028. OLE color: 15441028.

HSL color Cylindrical-coordinate representation of color #849CEB: hue angle of 226.02º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #849CEB is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 156 235 -
CMYK 0.44 0.34 0 0.08
HSL 226.02º 0.72% 0.72% -
HSV(B) 226.02º 0.44% 0.92% -
XYZ 36.4 34.68 83.37 -
YUV 157.83 171.55 109.58 -
System Red Green Blue C M Y K H S L
Decimal 132 156 235 0.44 0.34 0 0.08 226.02 0.72 0.72
Hex 84 9C EB 2C 22 0 8 E2 48 48
Octal 204 234 353 54 42 0 10 342 110 110
Binary 10000100 10011100 11101011 101100 100010 0 1000 11100010 1001000 1001000

Color Harmonies of #849CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849CEB

Black with #849CEB

Text Example


Text Example

White with #849CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,156,235); }

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

background-color css

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

 a { background-color: rgb(132,156,235); }

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

border-color css

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

 span { border-color: rgb(132,156,235); }

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