Html Css Color HEX #848ECE Portage

📋 copy color: '#848ECE'

red 132 ◦ green 142 ◦ blue 206

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

Shades of Portage #848ECE

Tints of Portage #848ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.92%

R = 27.5%
G = 29.58%
B = 42.92%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#848ECE (or 0x848ECE) is known color: Portage. HEX triplet: 84, 8E and CE. RGB value is (132,142,206). Sum of RGB (Red+Green+Blue) = 132+142+206=480 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.5% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #848ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ECE is #7B7131. Grayscale: #929292. Windows color (decimal): -8089906 or 13536900. OLE color: 13536900.

HSL color Cylindrical-coordinate representation of color #848ECE: hue angle of 231.89º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #848ECE is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 142 206 -
CMYK 0.36 0.31 0 0.19
HSL 231.89º 0.43% 0.66% -
HSV(B) 231.89º 0.36% 0.81% -
XYZ 30.33 28.71 62.34 -
YUV 146.31 161.69 117.8 -
System Red Green Blue C M Y K H S L
Decimal 132 142 206 0.36 0.31 0 0.19 231.89 0.43 0.66
Hex 84 8E CE 24 1F 0 13 E8 2B 42
Octal 204 216 316 44 37 0 23 350 53 102
Binary 10000100 10001110 11001110 100100 11111 0 10011 11101000 101011 1000010

Color Harmonies of #848ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848ECE

Black with #848ECE

Text Example


Text Example

White with #848ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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