Html Css Color HEX #848FDC Portage

📋 copy color: '#848FDC'

red 132 ◦ green 143 ◦ blue 220

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

Shades of Portage #848FDC

Tints of Portage #848FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.89%

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 26.67%
G = 28.89%
B = 44.44%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#848FDC (or 0x848FDC) is known color: Portage. HEX triplet: 84, 8F and DC. RGB value is (132,143,220). Sum of RGB (Red+Green+Blue) = 132+143+220=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #848FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FDC is #7B7023. Grayscale: #949494. Windows color (decimal): -8089636 or 14454660. OLE color: 14454660.

HSL color Cylindrical-coordinate representation of color #848FDC: hue angle of 232.5º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #848FDC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 143 220 -
CMYK 0.40 0.35 0 0.14
HSL 232.5º 0.56% 0.69% -
HSV(B) 232.5º 0.4% 0.86% -
XYZ 32.26 29.72 71.75 -
YUV 148.49 168.36 116.24 -
System Red Green Blue C M Y K H S L
Decimal 132 143 220 0.40 0.35 0 0.14 232.5 0.56 0.69
Hex 84 8F DC 28 23 0 E E8 38 45
Octal 204 217 334 50 43 0 16 350 70 105
Binary 10000100 10001111 11011100 101000 100011 0 1110 11101000 111000 1000101

Color Harmonies of #848FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848FDC

Black with #848FDC

Text Example


Text Example

White with #848FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,143,220); }

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

background-color css

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

 a { background-color: rgb(132,143,220); }

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

border-color css

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

 span { border-color: rgb(132,143,220); }

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