Html Css Color HEX #848EDE Portage

📋 copy color: '#848EDE'

red 132 ◦ green 142 ◦ blue 222

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

Shades of Portage #848EDE

Tints of Portage #848EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.76%

R = 26.61%
G = 28.63%
B = 44.76%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#848EDE (or 0x848EDE) is known color: Portage. HEX triplet: 84, 8E and DE. RGB value is (132,142,222). Sum of RGB (Red+Green+Blue) = 132+142+222=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #848EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848EDE is #7B7121. Grayscale: #939393. Windows color (decimal): -8089890 or 14585476. OLE color: 14585476.

HSL color Cylindrical-coordinate representation of color #848EDE: hue angle of 233.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #848EDE is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 142 222 -
CMYK 0.41 0.36 0 0.13
HSL 233.33º 0.58% 0.69% -
HSV(B) 233.33º 0.41% 0.87% -
XYZ 32.37 29.53 73.1 -
YUV 148.13 169.69 116.5 -
System Red Green Blue C M Y K H S L
Decimal 132 142 222 0.41 0.36 0 0.13 233.33 0.58 0.69
Hex 84 8E DE 29 24 0 D E9 3A 45
Octal 204 216 336 51 44 0 15 351 72 105
Binary 10000100 10001110 11011110 101001 100100 0 1101 11101001 111010 1000101

Color Harmonies of #848EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848EDE

Black with #848EDE

Text Example


Text Example

White with #848EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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