Html Css Color HEX #849EDA Portage

📋 copy color: '#849EDA'

red 132 ◦ green 158 ◦ blue 218

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

Shades of Portage #849EDA

Tints of Portage #849EDA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.1%

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 25.98%
G = 31.1%
B = 42.91%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#849EDA (or 0x849EDA) is known color: Portage. HEX triplet: 84, 9E and DA. RGB value is (132,158,218). Sum of RGB (Red+Green+Blue) = 132+158+218=508 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.98% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #849EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849EDA is #7B6125. Grayscale: #9C9C9C. Windows color (decimal): -8085798 or 14327428. OLE color: 14327428.

HSL color Cylindrical-coordinate representation of color #849EDA: hue angle of 221.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #849EDA is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 158 218 -
CMYK 0.39 0.28 0 0.15
HSL 221.86º 0.54% 0.69% -
HSV(B) 221.86º 0.39% 0.85% -
XYZ 34.4 34.42 71.16 -
YUV 157.07 162.39 110.12 -
System Red Green Blue C M Y K H S L
Decimal 132 158 218 0.39 0.28 0 0.15 221.86 0.54 0.69
Hex 84 9E DA 27 1C 0 F DE 36 45
Octal 204 236 332 47 34 0 17 336 66 105
Binary 10000100 10011110 11011010 100111 11100 0 1111 11011110 110110 1000101

Color Harmonies of #849EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849EDA

Black with #849EDA

Text Example


Text Example

White with #849EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,158,218); }

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

background-color css

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

 a { background-color: rgb(132,158,218); }

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

border-color css

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

 span { border-color: rgb(132,158,218); }

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