Html Css Color HEX #848CDB Portage

📋 copy color: '#848CDB'

red 132 ◦ green 140 ◦ blue 219

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

Shades of Portage #848CDB

Tints of Portage #848CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.51%

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

R = 26.88%
G = 28.51%
B = 44.6%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#848CDB (or 0x848CDB) is known color: Portage. HEX triplet: 84, 8C and DB. RGB value is (132,140,219). Sum of RGB (Red+Green+Blue) = 132+140+219=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #848CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848CDB is #7B7324. Grayscale: #929292. Windows color (decimal): -8090405 or 14388356. OLE color: 14388356.

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

Color convert

RGB 132 140 219 -
CMYK 0.40 0.36 0 0.14
HSL 234.48º 0.55% 0.69% -
HSV(B) 234.48º 0.4% 0.86% -
XYZ 31.68 28.78 70.9 -
YUV 146.61 168.85 117.58 -
System Red Green Blue C M Y K H S L
Decimal 132 140 219 0.40 0.36 0 0.14 234.48 0.55 0.69
Hex 84 8C DB 28 24 0 E EA 37 45
Octal 204 214 333 50 44 0 16 352 67 105
Binary 10000100 10001100 11011011 101000 100100 0 1110 11101010 110111 1000101

Color Harmonies of #848CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848CDB

Black with #848CDB

Text Example


Text Example

White with #848CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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