Html Css Color HEX #848ADE Portage

📋 copy color: '#848ADE'

red 132 ◦ green 138 ◦ blue 222

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

Shades of Portage #848ADE

Tints of Portage #848ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 26.83%
G = 28.05%
B = 45.12%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#848ADE (or 0x848ADE) is known color: Portage. HEX triplet: 84, 8A and DE. RGB value is (132,138,222). Sum of RGB (Red+Green+Blue) = 132+138+222=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #848ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ADE is #7B7521. Grayscale: #919191. Windows color (decimal): -8090914 or 14584452. OLE color: 14584452.

HSL color Cylindrical-coordinate representation of color #848ADE: hue angle of 236º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #848ADE is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 138 222 -
CMYK 0.41 0.38 0 0.13
HSL 236º 0.58% 0.69% -
HSV(B) 236º 0.41% 0.87% -
XYZ 31.79 28.36 72.91 -
YUV 145.78 171.01 118.17 -
System Red Green Blue C M Y K H S L
Decimal 132 138 222 0.41 0.38 0 0.13 236 0.58 0.69
Hex 84 8A DE 29 26 0 D EC 3A 45
Octal 204 212 336 51 46 0 15 354 72 105
Binary 10000100 10001010 11011110 101001 100110 0 1101 11101100 111010 1000101

Color Harmonies of #848ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848ADE

Black with #848ADE

Text Example


Text Example

White with #848ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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