Html Css Color HEX #848BDA Portage

📋 copy color: '#848BDA'

red 132 ◦ green 139 ◦ blue 218

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

Shades of Portage #848BDA

Tints of Portage #848BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.43%

 BLUE value IS 218 (85.55% from 255) = 44.58%

R = 26.99%
G = 28.43%
B = 44.58%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#848BDA (or 0x848BDA) is known color: Portage. HEX triplet: 84, 8B and DA. RGB value is (132,139,218). Sum of RGB (Red+Green+Blue) = 132+139+218=489 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.99% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #848BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BDA is #7B7425. Grayscale: #919191. Windows color (decimal): -8090662 or 14322564. OLE color: 14322564.

HSL color Cylindrical-coordinate representation of color #848BDA: hue angle of 235.12º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #848BDA is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 139 218 -
CMYK 0.39 0.36 0 0.15
HSL 235.12º 0.54% 0.69% -
HSV(B) 235.12º 0.39% 0.85% -
XYZ 31.4 28.43 70.16 -
YUV 145.91 168.68 118.08 -
System Red Green Blue C M Y K H S L
Decimal 132 139 218 0.39 0.36 0 0.15 235.12 0.54 0.69
Hex 84 8B DA 27 24 0 F EB 36 45
Octal 204 213 332 47 44 0 17 353 66 105
Binary 10000100 10001011 11011010 100111 100100 0 1111 11101011 110110 1000101

Color Harmonies of #848BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848BDA

Black with #848BDA

Text Example


Text Example

White with #848BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,139,218); }

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

background-color css

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

 a { background-color: rgb(132,139,218); }

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

border-color css

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

 span { border-color: rgb(132,139,218); }

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