Html Css Color HEX #848ADB Portage

📋 copy color: '#848ADB'

red 132 ◦ green 138 ◦ blue 219

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

Shades of Portage #848ADB

Tints of Portage #848ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 26.99%
G = 28.22%
B = 44.79%

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

#848ADB (or 0x848ADB) is known color: Portage. HEX triplet: 84, 8A and DB. RGB value is (132,138,219). Sum of RGB (Red+Green+Blue) = 132+138+219=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #848ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ADB is #7B7524. Grayscale: #919191. Windows color (decimal): -8090917 or 14387844. OLE color: 14387844.

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

Color convert

RGB 132 138 219 -
CMYK 0.40 0.37 0 0.14
HSL 235.86º 0.55% 0.69% -
HSV(B) 235.86º 0.4% 0.86% -
XYZ 31.39 28.2 70.81 -
YUV 145.44 169.51 118.41 -
System Red Green Blue C M Y K H S L
Decimal 132 138 219 0.40 0.37 0 0.14 235.86 0.55 0.69
Hex 84 8A DB 28 25 0 E EC 37 45
Octal 204 212 333 50 45 0 16 354 67 105
Binary 10000100 10001010 11011011 101000 100101 0 1110 11101100 110111 1000101

Color Harmonies of #848ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848ADB

Black with #848ADB

Text Example


Text Example

White with #848ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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