Html Css Color HEX #848ECF Portage

📋 copy color: '#848ECF'

red 132 ◦ green 142 ◦ blue 207

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

Shades of Portage #848ECF

Tints of Portage #848ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 27.44%
G = 29.52%
B = 43.04%

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

#848ECF (or 0x848ECF) is known color: Portage. HEX triplet: 84, 8E and CF. RGB value is (132,142,207). Sum of RGB (Red+Green+Blue) = 132+142+207=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #848ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ECF is #7B7130. Grayscale: #929292. Windows color (decimal): -8089905 or 13602436. OLE color: 13602436.

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

Color convert

RGB 132 142 207 -
CMYK 0.36 0.31 0 0.19
HSL 232º 0.44% 0.66% -
HSV(B) 232º 0.36% 0.81% -
XYZ 30.45 28.76 62.98 -
YUV 146.42 162.19 117.71 -
System Red Green Blue C M Y K H S L
Decimal 132 142 207 0.36 0.31 0 0.19 232 0.44 0.66
Hex 84 8E CF 24 1F 0 13 E8 2C 42
Octal 204 216 317 44 37 0 23 350 54 102
Binary 10000100 10001110 11001111 100100 11111 0 10011 11101000 101100 1000010

Color Harmonies of #848ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848ECF

Black with #848ECF

Text Example


Text Example

White with #848ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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