Html Css Color HEX #848ECD Portage

📋 copy color: '#848ECD'

red 132 ◦ green 142 ◦ blue 205

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

Shades of Portage #848ECD

Tints of Portage #848ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.8%

R = 27.56%
G = 29.65%
B = 42.8%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#848ECD (or 0x848ECD) is known color: Portage. HEX triplet: 84, 8E and CD. RGB value is (132,142,205). Sum of RGB (Red+Green+Blue) = 132+142+205=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #848ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ECD is #7B7132. Grayscale: #919191. Windows color (decimal): -8089907 or 13471364. OLE color: 13471364.

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

Color convert

RGB 132 142 205 -
CMYK 0.36 0.31 0 0.20
HSL 231.78º 0.42% 0.66% -
HSV(B) 231.78º 0.36% 0.8% -
XYZ 30.21 28.66 61.7 -
YUV 146.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 132 142 205 0.36 0.31 0 0.20 231.78 0.42 0.66
Hex 84 8E CD 24 1F 0 14 E8 2A 42
Octal 204 216 315 44 37 0 24 350 52 102
Binary 10000100 10001110 11001101 100100 11111 0 10100 11101000 101010 1000010

Color Harmonies of #848ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848ECD

Black with #848ECD

Text Example


Text Example

White with #848ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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