Html Css Color HEX #848ACC Portage

📋 copy color: '#848ACC'

red 132 ◦ green 138 ◦ blue 204

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

Shades of Portage #848ACC

Tints of Portage #848ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.11%

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

R = 27.85%
G = 29.11%
B = 43.04%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#848ACC (or 0x848ACC) is known color: Portage. HEX triplet: 84, 8A and CC. RGB value is (132,138,204). Sum of RGB (Red+Green+Blue) = 132+138+204=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #848ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ACC is #7B7533. Grayscale: #8F8F8F. Windows color (decimal): -8090932 or 13404804. OLE color: 13404804.

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

Color convert

RGB 132 138 204 -
CMYK 0.35 0.32 0 0.2
HSL 235º 0.41% 0.66% -
HSV(B) 235º 0.35% 0.8% -
XYZ 29.5 27.44 60.87 -
YUV 143.73 162.01 119.63 -
System Red Green Blue C M Y K H S L
Decimal 132 138 204 0.35 0.32 0 0.2 235 0.41 0.66
Hex 84 8A CC 23 20 0 14 EB 29 42
Octal 204 212 314 43 40 0 24 353 51 102
Binary 10000100 10001010 11001100 100011 100000 0 10100 11101011 101001 1000010

Color Harmonies of #848ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848ACC

Black with #848ACC

Text Example


Text Example

White with #848ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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