Html Css Color HEX #848ECB Portage

📋 copy color: '#848ECB'

red 132 ◦ green 142 ◦ blue 203

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

Shades of Portage #848ECB

Tints of Portage #848ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 27.67%
G = 29.77%
B = 42.56%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#848ECB (or 0x848ECB) is known color: Portage. HEX triplet: 84, 8E and CB. RGB value is (132,142,203). Sum of RGB (Red+Green+Blue) = 132+142+203=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #848ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ECB is #7B7134. Grayscale: #919191. Windows color (decimal): -8089909 or 13340292. OLE color: 13340292.

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

Color convert

RGB 132 142 203 -
CMYK 0.35 0.30 0 0.20
HSL 231.55º 0.41% 0.66% -
HSV(B) 231.55º 0.35% 0.8% -
XYZ 29.97 28.56 60.43 -
YUV 145.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 132 142 203 0.35 0.30 0 0.20 231.55 0.41 0.66
Hex 84 8E CB 23 1E 0 14 E8 29 42
Octal 204 216 313 43 36 0 24 350 51 102
Binary 10000100 10001110 11001011 100011 11110 0 10100 11101000 101001 1000010

Color Harmonies of #848ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848ECB

Black with #848ECB

Text Example


Text Example

White with #848ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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