Html Css Color HEX #849AED Portage

📋 copy color: '#849AED'

red 132 ◦ green 154 ◦ blue 237

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

Shades of Portage #849AED

Tints of Portage #849AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 25.24%
G = 29.45%
B = 45.32%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#849AED (or 0x849AED) is known color: Portage. HEX triplet: 84, 9A and ED. RGB value is (132,154,237). Sum of RGB (Red+Green+Blue) = 132+154+237=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #849AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849AED is #7B6512. Grayscale: #9C9C9C. Windows color (decimal): -8086803 or 15571588. OLE color: 15571588.

HSL color Cylindrical-coordinate representation of color #849AED: hue angle of 227.43º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #849AED is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 154 237 -
CMYK 0.44 0.35 0 0.07
HSL 227.43º 0.74% 0.72% -
HSV(B) 227.43º 0.44% 0.93% -
XYZ 36.36 34.13 84.79 -
YUV 156.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 132 154 237 0.44 0.35 0 0.07 227.43 0.74 0.72
Hex 84 9A ED 2C 23 0 7 E3 4A 48
Octal 204 232 355 54 43 0 7 343 112 110
Binary 10000100 10011010 11101101 101100 100011 0 111 11100011 1001010 1001000

Color Harmonies of #849AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849AED

Black with #849AED

Text Example


Text Example

White with #849AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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