Html Css Color HEX #849EEE Portage

📋 copy color: '#849EEE'

red 132 ◦ green 158 ◦ blue 238

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

Shades of Portage #849EEE

Tints of Portage #849EEE

RGB

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

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

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

R = 25%
G = 29.92%
B = 45.08%

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

#849EEE (or 0x849EEE) is known color: Portage. HEX triplet: 84, 9E and EE. RGB value is (132,158,238). Sum of RGB (Red+Green+Blue) = 132+158+238=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #849EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849EEE is #7B6111. Grayscale: #9F9F9F. Windows color (decimal): -8085778 or 15638148. OLE color: 15638148.

HSL color Cylindrical-coordinate representation of color #849EEE: hue angle of 225.28º 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 #849EEE is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 158 238 -
CMYK 0.45 0.34 0 0.07
HSL 225.28º 0.76% 0.73% -
HSV(B) 225.28º 0.45% 0.93% -
XYZ 37.18 35.53 85.79 -
YUV 159.35 172.39 108.5 -
System Red Green Blue C M Y K H S L
Decimal 132 158 238 0.45 0.34 0 0.07 225.28 0.76 0.73
Hex 84 9E EE 2D 22 0 7 E1 4C 49
Octal 204 236 356 55 42 0 7 341 114 111
Binary 10000100 10011110 11101110 101101 100010 0 111 11100001 1001100 1001001

Color Harmonies of #849EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849EEE

Black with #849EEE

Text Example


Text Example

White with #849EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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