Html Css Color HEX #849CE0 Portage

📋 copy color: '#849CE0'

red 132 ◦ green 156 ◦ blue 224

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

Shades of Portage #849CE0

Tints of Portage #849CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.75%

R = 25.78%
G = 30.47%
B = 43.75%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#849CE0 (or 0x849CE0) is known color: Portage. HEX triplet: 84, 9C and E0. RGB value is (132,156,224). Sum of RGB (Red+Green+Blue) = 132+156+224=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #849CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CE0 is #7B631F. Grayscale: #9C9C9C. Windows color (decimal): -8086304 or 14720132. OLE color: 14720132.

HSL color Cylindrical-coordinate representation of color #849CE0: hue angle of 224.35º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #849CE0 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 156 224 -
CMYK 0.41 0.30 0 0.12
HSL 224.35º 0.6% 0.7% -
HSV(B) 224.35º 0.41% 0.88% -
XYZ 34.86 34.06 75.26 -
YUV 156.58 166.05 110.47 -
System Red Green Blue C M Y K H S L
Decimal 132 156 224 0.41 0.30 0 0.12 224.35 0.6 0.7
Hex 84 9C E0 29 1E 0 C E0 3C 46
Octal 204 234 340 51 36 0 14 340 74 106
Binary 10000100 10011100 11100000 101001 11110 0 1100 11100000 111100 1000110

Color Harmonies of #849CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849CE0

Black with #849CE0

Text Example


Text Example

White with #849CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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