Html Css Color HEX #848BCD Portage

📋 copy color: '#848BCD'

red 132 ◦ green 139 ◦ blue 205

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

Shades of Portage #848BCD

Tints of Portage #848BCD

RGB

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

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

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

R = 27.73%
G = 29.2%
B = 43.07%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#848BCD (or 0x848BCD) is known color: Portage. HEX triplet: 84, 8B and CD. RGB value is (132,139,205). Sum of RGB (Red+Green+Blue) = 132+139+205=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #848BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BCD is #7B7432. Grayscale: #909090. Windows color (decimal): -8090675 or 13470596. OLE color: 13470596.

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

Color convert

RGB 132 139 205 -
CMYK 0.36 0.32 0 0.20
HSL 234.25º 0.42% 0.66% -
HSV(B) 234.25º 0.36% 0.8% -
XYZ 29.77 27.78 61.55 -
YUV 144.43 162.18 119.13 -
System Red Green Blue C M Y K H S L
Decimal 132 139 205 0.36 0.32 0 0.20 234.25 0.42 0.66
Hex 84 8B CD 24 20 0 14 EA 2A 42
Octal 204 213 315 44 40 0 24 352 52 102
Binary 10000100 10001011 11001101 100100 100000 0 10100 11101010 101010 1000010

Color Harmonies of #848BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848BCD

Black with #848BCD

Text Example


Text Example

White with #848BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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