Html Css Color HEX #849DEE Portage

📋 copy color: '#849DEE'

red 132 ◦ green 157 ◦ blue 238

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

Shades of Portage #849DEE

Tints of Portage #849DEE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.79%

 BLUE value IS 238 (93.36% from 255) = 45.16%

R = 25.05%
G = 29.79%
B = 45.16%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#849DEE (or 0x849DEE) is known color: Portage. HEX triplet: 84, 9D and EE. RGB value is (132,157,238). Sum of RGB (Red+Green+Blue) = 132+157+238=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #849DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849DEE is #7B6211. Grayscale: #9E9E9E. Windows color (decimal): -8086034 or 15637892. OLE color: 15637892.

HSL color Cylindrical-coordinate representation of color #849DEE: hue angle of 225.85º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #849DEE is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 157 238 -
CMYK 0.45 0.34 0 0.07
HSL 225.85º 0.76% 0.73% -
HSV(B) 225.85º 0.45% 0.93% -
XYZ 37.01 35.19 85.73 -
YUV 158.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 132 157 238 0.45 0.34 0 0.07 225.85 0.76 0.73
Hex 84 9D EE 2D 22 0 7 E2 4C 49
Octal 204 235 356 55 42 0 7 342 114 111
Binary 10000100 10011101 11101110 101101 100010 0 111 11100010 1001100 1001001

Color Harmonies of #849DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849DEE

Black with #849DEE

Text Example


Text Example

White with #849DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,157,238); }

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

background-color css

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

 a { background-color: rgb(132,157,238); }

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

border-color css

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

 span { border-color: rgb(132,157,238); }

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