Html Css Color HEX #848EEE Portage

📋 copy color: '#848EEE'

red 132 ◦ green 142 ◦ blue 238

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

Shades of Portage #848EEE

Tints of Portage #848EEE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.73%

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

R = 25.78%
G = 27.73%
B = 46.48%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#848EEE (or 0x848EEE) is known color: Portage. HEX triplet: 84, 8E and EE. RGB value is (132,142,238). Sum of RGB (Red+Green+Blue) = 132+142+238=512 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.78% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #848EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848EEE is #7B7111. Grayscale: #959595. Windows color (decimal): -8089874 or 15634052. OLE color: 15634052.

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

Color convert

RGB 132 142 238 -
CMYK 0.45 0.40 0 0.07
HSL 234.34º 0.76% 0.73% -
HSV(B) 234.34º 0.45% 0.93% -
XYZ 34.62 30.42 84.94 -
YUV 149.95 177.69 115.19 -
System Red Green Blue C M Y K H S L
Decimal 132 142 238 0.45 0.40 0 0.07 234.34 0.76 0.73
Hex 84 8E EE 2D 28 0 7 EA 4C 49
Octal 204 216 356 55 50 0 7 352 114 111
Binary 10000100 10001110 11101110 101101 101000 0 111 11101010 1001100 1001001

Color Harmonies of #848EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848EEE

Black with #848EEE

Text Example


Text Example

White with #848EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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