Html Css Color HEX #849EEA Portage

📋 copy color: '#849EEA'

red 132 ◦ green 158 ◦ blue 234

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

Shades of Portage #849EEA

Tints of Portage #849EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.66%

R = 25.19%
G = 30.15%
B = 44.66%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#849EEA (or 0x849EEA) is known color: Portage. HEX triplet: 84, 9E and EA. RGB value is (132,158,234). Sum of RGB (Red+Green+Blue) = 132+158+234=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #849EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EEA is #7B6115. Grayscale: #9E9E9E. Windows color (decimal): -8085782 or 15376004. OLE color: 15376004.

HSL color Cylindrical-coordinate representation of color #849EEA: hue angle of 224.71º degrees, saturation: 0.71, 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 #849EEA is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 158 234 -
CMYK 0.44 0.32 0 0.08
HSL 224.71º 0.71% 0.72% -
HSV(B) 224.71º 0.44% 0.92% -
XYZ 36.59 35.3 82.73 -
YUV 158.89 170.39 108.82 -
System Red Green Blue C M Y K H S L
Decimal 132 158 234 0.44 0.32 0 0.08 224.71 0.71 0.72
Hex 84 9E EA 2C 20 0 8 E1 47 48
Octal 204 236 352 54 40 0 10 341 107 110
Binary 10000100 10011110 11101010 101100 100000 0 1000 11100001 1000111 1001000

Color Harmonies of #849EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849EEA

Black with #849EEA

Text Example


Text Example

White with #849EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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