Html Css Color HEX #848ACE Portage

📋 copy color: '#848ACE'

red 132 ◦ green 138 ◦ blue 206

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

Shades of Portage #848ACE

Tints of Portage #848ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 27.73%
G = 28.99%
B = 43.28%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#848ACE (or 0x848ACE) is known color: Portage. HEX triplet: 84, 8A and CE. RGB value is (132,138,206). Sum of RGB (Red+Green+Blue) = 132+138+206=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #848ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ACE is #7B7531. Grayscale: #8F8F8F. Windows color (decimal): -8090930 or 13535876. OLE color: 13535876.

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

Color convert

RGB 132 138 206 -
CMYK 0.36 0.33 0 0.19
HSL 235.14º 0.43% 0.66% -
HSV(B) 235.14º 0.36% 0.81% -
XYZ 29.74 27.54 62.14 -
YUV 143.96 163.01 119.47 -
System Red Green Blue C M Y K H S L
Decimal 132 138 206 0.36 0.33 0 0.19 235.14 0.43 0.66
Hex 84 8A CE 24 21 0 13 EB 2B 42
Octal 204 212 316 44 41 0 23 353 53 102
Binary 10000100 10001010 11001110 100100 100001 0 10011 11101011 101011 1000010

Color Harmonies of #848ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848ACE

Black with #848ACE

Text Example


Text Example

White with #848ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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