Html Css Color HEX #848DCD Portage

📋 copy color: '#848DCD'

red 132 ◦ green 141 ◦ blue 205

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

Shades of Portage #848DCD

Tints of Portage #848DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 27.62%
G = 29.5%
B = 42.89%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#848DCD (or 0x848DCD) is known color: Portage. HEX triplet: 84, 8D and CD. RGB value is (132,141,205). Sum of RGB (Red+Green+Blue) = 132+141+205=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #848DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DCD is #7B7232. Grayscale: #919191. Windows color (decimal): -8090163 or 13471108. OLE color: 13471108.

HSL color Cylindrical-coordinate representation of color #848DCD: hue angle of 232.6º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #848DCD is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 141 205 -
CMYK 0.36 0.31 0 0.20
HSL 232.6º 0.42% 0.66% -
HSV(B) 232.6º 0.36% 0.8% -
XYZ 30.06 28.36 61.65 -
YUV 145.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 132 141 205 0.36 0.31 0 0.20 232.6 0.42 0.66
Hex 84 8D CD 24 1F 0 14 E9 2A 42
Octal 204 215 315 44 37 0 24 351 52 102
Binary 10000100 10001101 11001101 100100 11111 0 10100 11101001 101010 1000010

Color Harmonies of #848DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DCD

Black with #848DCD

Text Example


Text Example

White with #848DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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