Html Css Color HEX #848DF6 Portage

📋 copy color: '#848DF6'

red 132 ◦ green 141 ◦ blue 246

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

Shades of Portage #848DF6

Tints of Portage #848DF6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.17%

 BLUE value IS 246 (96.48% from 255) = 47.4%

R = 25.43%
G = 27.17%
B = 47.4%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#848DF6 (or 0x848DF6) is known color: Portage. HEX triplet: 84, 8D and F6. RGB value is (132,141,246). Sum of RGB (Red+Green+Blue) = 132+141+246=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #848DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848DF6 is #7B7209. Grayscale: #959595. Windows color (decimal): -8090122 or 16158084. OLE color: 16158084.

HSL color Cylindrical-coordinate representation of color #848DF6: hue angle of 235.26º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #848DF6 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 132 141 246 -
CMYK 0.46 0.43 0 0.04
HSL 235.26º 0.86% 0.74% -
HSV(B) 235.26º 0.46% 0.96% -
XYZ 35.68 30.61 91.22 -
YUV 150.28 182.02 114.96 -
System Red Green Blue C M Y K H S L
Decimal 132 141 246 0.46 0.43 0 0.04 235.26 0.86 0.74
Hex 84 8D F6 2E 2B 0 4 EB 56 4A
Octal 204 215 366 56 53 0 4 353 126 112
Binary 10000100 10001101 11110110 101110 101011 0 100 11101011 1010110 1001010

Color Harmonies of #848DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DF6

Black with #848DF6

Text Example


Text Example

White with #848DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,141,246); }

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

background-color css

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

 a { background-color: rgb(132,141,246); }

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

border-color css

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

 span { border-color: rgb(132,141,246); }

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