Html Css Color HEX #848FCC Portage

📋 copy color: '#848FCC'

red 132 ◦ green 143 ◦ blue 204

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

Shades of Portage #848FCC

Tints of Portage #848FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 27.56%
G = 29.85%
B = 42.59%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#848FCC (or 0x848FCC) is known color: Portage. HEX triplet: 84, 8F and CC. RGB value is (132,143,204). Sum of RGB (Red+Green+Blue) = 132+143+204=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #848FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FCC is #7B7033. Grayscale: #929292. Windows color (decimal): -8089652 or 13406084. OLE color: 13406084.

HSL color Cylindrical-coordinate representation of color #848FCC: hue angle of 230.83º 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 #848FCC is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 143 204 -
CMYK 0.35 0.30 0 0.2
HSL 230.83º 0.41% 0.66% -
HSV(B) 230.83º 0.35% 0.8% -
XYZ 30.24 28.91 61.11 -
YUV 146.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 132 143 204 0.35 0.30 0 0.2 230.83 0.41 0.66
Hex 84 8F CC 23 1E 0 14 E7 29 42
Octal 204 217 314 43 36 0 24 347 51 102
Binary 10000100 10001111 11001100 100011 11110 0 10100 11100111 101001 1000010

Color Harmonies of #848FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848FCC

Black with #848FCC

Text Example


Text Example

White with #848FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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