#848CCD

Color #848CCD Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #848CCD

Tints of Portage #848CCD

Color information

#848CCD (or 0x848CCD) is unknown color: approx Portage. HEX triplet: 84, 8C and CD. RGB value is (132,140,205). Sum of RGB (Red+Green+Blue) = 132+140+205=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #848CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848CCD is #7B7332. Grayscale: #909090. Windows color (decimal): -8090419 or 13470852. OLE color: 13470852.

HSL color Cylindrical-coordinate representation of color #848CCD: hue angle of 233.42º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #848CCD is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132140205-
CMYK0.360.3200.20
HSL233.42º42.2%66.08%-
HSV(B)233.42º35.61%80.39%-
XYZ29.9128.0761.6-
YUV145.02161.85118.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.67%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=27.67%
G=29.35%
B=42.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321402050.360.3200.20233.4242.266.08
Hex848CCD2420014e92a42
Octal204214315444002435152102
Binary100001001000110011001101100100100000010100111010011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #848CCD;
 }
 .AnyTagClassName
 {
   color: #848CCD;
 }
</style>
background-color css

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

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

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

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

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

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