Html Css Color HEX #848DDE Portage

📋 copy color: '#848DDE'

red 132 ◦ green 141 ◦ blue 222

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

Shades of Portage #848DDE

Tints of Portage #848DDE

RGB

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

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

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

R = 26.67%
G = 28.48%
B = 44.85%

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

#848DDE (or 0x848DDE) is known color: Portage. HEX triplet: 84, 8D and DE. RGB value is (132,141,222). Sum of RGB (Red+Green+Blue) = 132+141+222=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #848DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DDE is #7B7221. Grayscale: #939393. Windows color (decimal): -8090146 or 14585220. OLE color: 14585220.

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

Color convert

RGB 132 141 222 -
CMYK 0.41 0.36 0 0.13
HSL 234º 0.58% 0.69% -
HSV(B) 234º 0.41% 0.87% -
XYZ 32.23 29.23 73.05 -
YUV 147.54 170.02 116.91 -
System Red Green Blue C M Y K H S L
Decimal 132 141 222 0.41 0.36 0 0.13 234 0.58 0.69
Hex 84 8D DE 29 24 0 D EA 3A 45
Octal 204 215 336 51 44 0 15 352 72 105
Binary 10000100 10001101 11011110 101001 100100 0 1101 11101010 111010 1000101

Color Harmonies of #848DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DDE

Black with #848DDE

Text Example


Text Example

White with #848DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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