Html Css Color HEX #848CDE Portage

📋 copy color: '#848CDE'

red 132 ◦ green 140 ◦ blue 222

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

Shades of Portage #848CDE

Tints of Portage #848CDE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.34%

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

R = 26.72%
G = 28.34%
B = 44.94%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#848CDE (or 0x848CDE) is known color: Portage. HEX triplet: 84, 8C and DE. RGB value is (132,140,222). Sum of RGB (Red+Green+Blue) = 132+140+222=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #848CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848CDE is #7B7321. Grayscale: #929292. Windows color (decimal): -8090402 or 14584964. OLE color: 14584964.

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

Color convert

RGB 132 140 222 -
CMYK 0.41 0.37 0 0.13
HSL 234.67º 0.58% 0.69% -
HSV(B) 234.67º 0.41% 0.87% -
XYZ 32.08 28.94 73 -
YUV 146.96 170.35 117.33 -
System Red Green Blue C M Y K H S L
Decimal 132 140 222 0.41 0.37 0 0.13 234.67 0.58 0.69
Hex 84 8C DE 29 25 0 D EB 3A 45
Octal 204 214 336 51 45 0 15 353 72 105
Binary 10000100 10001100 11011110 101001 100101 0 1101 11101011 111010 1000101

Color Harmonies of #848CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848CDE

Black with #848CDE

Text Example


Text Example

White with #848CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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