Html Css Color HEX #848FDB Portage

📋 copy color: '#848FDB'

red 132 ◦ green 143 ◦ blue 219

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

Shades of Portage #848FDB

Tints of Portage #848FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.95%

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

R = 26.72%
G = 28.95%
B = 44.33%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#848FDB (or 0x848FDB) is known color: Portage. HEX triplet: 84, 8F and DB. RGB value is (132,143,219). Sum of RGB (Red+Green+Blue) = 132+143+219=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #848FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FDB is #7B7024. Grayscale: #949494. Windows color (decimal): -8089637 or 14389124. OLE color: 14389124.

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

Color convert

RGB 132 143 219 -
CMYK 0.40 0.35 0 0.14
HSL 232.41º 0.55% 0.69% -
HSV(B) 232.41º 0.4% 0.86% -
XYZ 32.12 29.66 71.05 -
YUV 148.38 167.86 116.32 -
System Red Green Blue C M Y K H S L
Decimal 132 143 219 0.40 0.35 0 0.14 232.41 0.55 0.69
Hex 84 8F DB 28 23 0 E E8 37 45
Octal 204 217 333 50 43 0 16 350 67 105
Binary 10000100 10001111 11011011 101000 100011 0 1110 11101000 110111 1000101

Color Harmonies of #848FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848FDB

Black with #848FDB

Text Example


Text Example

White with #848FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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