Html Css Color HEX #848BDF Portage

📋 copy color: '#848BDF'

red 132 ◦ green 139 ◦ blue 223

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

Shades of Portage #848BDF

Tints of Portage #848BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 26.72%
G = 28.14%
B = 45.14%

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

#848BDF (or 0x848BDF) is known color: Portage. HEX triplet: 84, 8B and DF. RGB value is (132,139,223). Sum of RGB (Red+Green+Blue) = 132+139+223=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #848BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BDF is #7B7420. Grayscale: #929292. Windows color (decimal): -8090657 or 14650244. OLE color: 14650244.

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

Color convert

RGB 132 139 223 -
CMYK 0.41 0.38 0 0.13
HSL 235.38º 0.59% 0.7% -
HSV(B) 235.38º 0.41% 0.87% -
XYZ 32.07 28.7 73.66 -
YUV 146.48 171.18 117.67 -
System Red Green Blue C M Y K H S L
Decimal 132 139 223 0.41 0.38 0 0.13 235.38 0.59 0.7
Hex 84 8B DF 29 26 0 D EB 3B 46
Octal 204 213 337 51 46 0 15 353 73 106
Binary 10000100 10001011 11011111 101001 100110 0 1101 11101011 111011 1000110

Color Harmonies of #848BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848BDF

Black with #848BDF

Text Example


Text Example

White with #848BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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