Html Css Color HEX #848DD3 Portage

📋 copy color: '#848DD3'

red 132 ◦ green 141 ◦ blue 211

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

Shades of Portage #848DD3

Tints of Portage #848DD3

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.13%

 BLUE value IS 211 (82.81% from 255) = 43.6%

R = 27.27%
G = 29.13%
B = 43.6%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#848DD3 (or 0x848DD3) is known color: Portage. HEX triplet: 84, 8D and D3. RGB value is (132,141,211). Sum of RGB (Red+Green+Blue) = 132+141+211=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 211 - color contains mainly: blue. Hex color #848DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DD3 is #7B722C. Grayscale: #929292. Windows color (decimal): -8090157 or 13864324. OLE color: 13864324.

HSL color Cylindrical-coordinate representation of color #848DD3: hue angle of 233.16º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #848DD3 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 132 141 211 -
CMYK 0.37 0.33 0 0.17
HSL 233.16º 0.47% 0.67% -
HSV(B) 233.16º 0.37% 0.83% -
XYZ 30.8 28.66 65.54 -
YUV 146.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 132 141 211 0.37 0.33 0 0.17 233.16 0.47 0.67
Hex 84 8D D3 25 21 0 11 E9 2F 43
Octal 204 215 323 45 41 0 21 351 57 103
Binary 10000100 10001101 11010011 100101 100001 0 10001 11101001 101111 1000011

Color Harmonies of #848DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DD3

Black with #848DD3

Text Example


Text Example

White with #848DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,141,211); }

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

background-color css

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

 a { background-color: rgb(132,141,211); }

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

border-color css

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

 span { border-color: rgb(132,141,211); }

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