Html Css Color HEX #848DEE Portage

📋 copy color: '#848DEE'

red 132 ◦ green 141 ◦ blue 238

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

Shades of Portage #848DEE

Tints of Portage #848DEE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.59%

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

R = 25.83%
G = 27.59%
B = 46.58%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#848DEE (or 0x848DEE) is known color: Portage. HEX triplet: 84, 8D and EE. RGB value is (132,141,238). Sum of RGB (Red+Green+Blue) = 132+141+238=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #848DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848DEE is #7B7211. Grayscale: #949494. Windows color (decimal): -8090130 or 15633796. OLE color: 15633796.

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

Color convert

RGB 132 141 238 -
CMYK 0.45 0.41 0 0.07
HSL 234.91º 0.76% 0.73% -
HSV(B) 234.91º 0.45% 0.93% -
XYZ 34.47 30.13 84.89 -
YUV 149.37 178.02 115.61 -
System Red Green Blue C M Y K H S L
Decimal 132 141 238 0.45 0.41 0 0.07 234.91 0.76 0.73
Hex 84 8D EE 2D 29 0 7 EB 4C 49
Octal 204 215 356 55 51 0 7 353 114 111
Binary 10000100 10001101 11101110 101101 101001 0 111 11101011 1001100 1001001

Color Harmonies of #848DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DEE

Black with #848DEE

Text Example


Text Example

White with #848DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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