Html Css Color HEX #848ADC Portage

📋 copy color: '#848ADC'

red 132 ◦ green 138 ◦ blue 220

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

Shades of Portage #848ADC

Tints of Portage #848ADC

RGB

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

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

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

R = 26.94%
G = 28.16%
B = 44.9%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#848ADC (or 0x848ADC) is known color: Portage. HEX triplet: 84, 8A and DC. RGB value is (132,138,220). Sum of RGB (Red+Green+Blue) = 132+138+220=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #848ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ADC is #7B7523. Grayscale: #919191. Windows color (decimal): -8090916 or 14453380. OLE color: 14453380.

HSL color Cylindrical-coordinate representation of color #848ADC: hue angle of 235.91º 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 #848ADC is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 138 220 -
CMYK 0.40 0.37 0 0.14
HSL 235.91º 0.56% 0.69% -
HSV(B) 235.91º 0.4% 0.86% -
XYZ 31.52 28.25 71.5 -
YUV 145.55 170.01 118.33 -
System Red Green Blue C M Y K H S L
Decimal 132 138 220 0.40 0.37 0 0.14 235.91 0.56 0.69
Hex 84 8A DC 28 25 0 E EC 38 45
Octal 204 212 334 50 45 0 16 354 70 105
Binary 10000100 10001010 11011100 101000 100101 0 1110 11101100 111000 1000101

Color Harmonies of #848ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848ADC

Black with #848ADC

Text Example


Text Example

White with #848ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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